Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 5b6878e commit 0ef9074
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/katana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Validate Gradle wrapper
Expand All @@ -46,7 +46,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Common Steps
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Common Steps
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Common Steps
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
needs: [ static-analysis, unit-tests ]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Common Steps
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
needs: [ static-analysis, unit-tests ]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Common Steps
Expand Down

0 comments on commit 0ef9074

Please sign in to comment.