Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 0c52dd9 commit 981c637
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.platform }}-latest
steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit || github.sha }}
show-progress: false
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit || github.sha }}
show-progress: false
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
path: /tmp/${{ env.REGISTRY_IMAGE }}/cache/

- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit || github.sha }}
show-progress: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/__quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand All @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand Down

0 comments on commit 981c637

Please sign in to comment.