Skip to content

Commit

Permalink
ci(deps): Bump actions/checkout from 4.1.0 to 4.1.1 (#462)
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] authored Oct 18, 2023
1 parent 37ccfb4 commit c6981b4
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v4.1.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 @@ -32,7 +32,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v4.1.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/cache-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout main
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
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 @@ -65,7 +65,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -153,7 +153,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
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.0
uses: actions/checkout@v4.1.1
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.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
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 @@ -43,7 +43,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v4.1.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 @@ -49,7 +49,7 @@ jobs:
username: ${{ github.actor }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.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/checkout@v4.1.0
uses: actions/checkout@v4.1.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 @@ -44,7 +44,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout main
uses: actions/checkout@v4.1.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 @@ -49,7 +49,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.TAG }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ env.REF }}
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/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.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/checkout@v4.1.0
uses: actions/checkout@v4.1.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/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down

0 comments on commit c6981b4

Please sign in to comment.