Skip to content

Commit

Permalink
ci(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (#186)
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] committed Jun 9, 2023
1 parent a3357db commit 00ee8bc
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@v3.5.2
uses: actions/checkout@v3.5.3
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@v3.5.2
uses: actions/checkout@v3.5.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/debug-action@v2.1.0
- id: checkout
name: Checkout main
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
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 @@ -64,7 +64,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -148,7 +148,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
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.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
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 @@ -42,7 +42,7 @@ jobs:
skip-commit-verification: true
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
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.5.2
uses: actions/checkout@v3.5.3
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.5.2
uses: actions/checkout@v3.5.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 @@ -43,7 +43,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout main
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
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@v3.5.2
uses: actions/checkout@v3.5.3
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@v3.5.2
uses: actions/checkout@v3.5.3
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@v3.5.2
uses: actions/checkout@v3.5.3
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@v3.5.2
uses: actions/checkout@v3.5.3
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.5.2
uses: actions/checkout@v3.5.3
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@v3.5.2
uses: actions/checkout@v3.5.3
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down

0 comments on commit 00ee8bc

Please sign in to comment.