Skip to content

Commit

Permalink
ci(deps): Bump actions/checkout from 4.1.2 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent dec436c commit 03a688c
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: gh auth status
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout main
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: main
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -157,7 +157,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.ref_name }}@${{ github.sha }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.head_ref || github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.head_ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout main
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
exit 1
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
ref: ${{ github.ref }}
token: ${{ steps.bot-token.outputs.token }}
Expand All @@ -137,7 +137,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ needs.preflight.outputs.branch }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ needs.preflight.outputs.branch }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ needs.preflight.outputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
ref: ${{ env.REF }}
- id: version
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down

0 comments on commit 03a688c

Please sign in to comment.