Skip to content

Commit

Permalink
ci(deps): Bump actions/checkout from 4.1.2 to 4.1.3 (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 02caa05 commit 06bfb6f
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/debug-action@v3.0.0
- id: checkout
name: Checkout main
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: main
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -156,7 +156,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/debug-action@v3.0.0
- id: checkout
name: Checkout main
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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 @@ -53,7 +53,7 @@ jobs:
exit 1
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
ref: ${{ github.ref }}
token: ${{ steps.bot-token.outputs.token }}
Expand All @@ -136,7 +136,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ needs.preflight.outputs.branch }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ needs.preflight.outputs.branch }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
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 @@ -48,7 +48,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down

0 comments on commit 06bfb6f

Please sign in to comment.