Skip to content

Commit

Permalink
ci(deps): Bump actions/checkout from 4.1.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 4.1.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@v4.1.0...v4.1.1)

---
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 Oct 17, 2023
1 parent ba9aa11 commit 07636b0
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].0
uses: actions/[email protected].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 @@ -32,7 +32,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -149,7 +149,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/[email protected].0
uses: actions/[email protected].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 @@ -42,7 +42,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/[email protected].0
uses: actions/[email protected].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 @@ -49,7 +49,7 @@ jobs:
username: ${{ github.actor }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.head_ref || github.ref_name }}
uses: actions/[email protected].0
uses: actions/[email protected].1
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 @@ -43,7 +43,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout main
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: main
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ format('refs/tags/{0}', env.TAG) }}
- id: env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: hmarr/[email protected]
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ env.REF }}
- id: version
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected]
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down

0 comments on commit 07636b0

Please sign in to comment.