Skip to content

Commit

Permalink
ci(deps): Bump actions/checkout from 3.6.0 to 4.0.0 (#442)
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 Sep 4, 2023
1 parent 465d627 commit 984c741
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -149,7 +149,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
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/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down

0 comments on commit 984c741

Please sign in to comment.