Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#289)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent e44ee3c commit 4537f49
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "GITHUB_TOKEN=${{ steps.bot-token.outputs.token }}" >>$GITHUB_ENV
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].2
uses: actions/[email protected].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 @@ -49,7 +49,7 @@ jobs:
run: gh auth status
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].2
uses: actions/[email protected].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/[email protected]
- id: checkout
name: Checkout main
uses: actions/[email protected].2
uses: actions/[email protected].3
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 @@ -65,7 +65,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -155,7 +155,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
ref: ${{ env.REF }}
- id: test-files-check
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].2
uses: actions/[email protected].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/[email protected].2
uses: actions/[email protected].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/[email protected].2
uses: actions/[email protected].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/[email protected]
- id: checkout
name: Checkout main
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: main
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 @@ -50,7 +50,7 @@ jobs:
exit 1
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
ref: ${{ github.ref }}
token: ${{ steps.bot-token.outputs.token }}
Expand All @@ -133,7 +133,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].3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -202,7 +202,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].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/[email protected]
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].2
uses: actions/[email protected].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/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
persist-credentials: true
Expand Down

0 comments on commit 4537f49

Please sign in to comment.