Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 17, 2023
1 parent 43e7c16 commit e856b81
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ github.head_ref }}
- id: auto-merge
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
ref: ${{ env.REF }}
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
ref: ${{ env.REF }}
Expand All @@ -144,7 +144,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand All @@ -171,7 +171,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand All @@ -198,7 +198,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
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 @@ -55,7 +55,7 @@ jobs:
username: ${{ github.actor }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.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 @@ -40,7 +40,7 @@ jobs:
steps:
- id: checkout
name: Checkout main
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
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 @@ -44,7 +44,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ format('refs/tags/{0}', env.TAG) }}
- id: version
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ format('refs/tags/{0}', env.TAG) }}
- id: npmrc-cleanup
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ format('refs/tags/{0}', env.TAG) }}
- id: npmrc-cleanup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ env.REF }}
- id: version
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}
Expand Down

0 comments on commit e856b81

Please sign in to comment.