Skip to content

Commit bc11c5f

Browse files
ci(deps): Bump actions/checkout from 3.1.0 to 3.2.0 (#10)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75da72c commit bc11c5f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/approve-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
skip-commit-verification: true
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref }}
35-
uses: actions/checkout@v3.1.0
35+
uses: actions/checkout@v3.2.0
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: hmarr/debug-action@v2.1.0
4141
- id: checkout
4242
name: Checkout ${{ env.REF }}
43-
uses: actions/checkout@v3.1.0
43+
uses: actions/checkout@v3.2.0
4444
with:
4545
ref: ${{ env.REF }}
4646
- id: yarn

.github/workflows/dependabot-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
skip-commit-verification: true
4040
- id: checkout
4141
name: Checkout ${{ github.head_ref }}
42-
uses: actions/checkout@v3.1.0
42+
uses: actions/checkout@v3.2.0
4343
with:
4444
persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4545
ref: ${{ github.head_ref }}

.github/workflows/integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- id: checkout
4040
name: Checkout ${{ env.REF }}
41-
uses: actions/checkout@v3.1.0
41+
uses: actions/checkout@v3.2.0
4242
with:
4343
persist-credentials: false
4444
ref: ${{ env.REF }}

.github/workflows/label-linked-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- id: checkout
3535
name: Checkout main
36-
uses: actions/checkout@v3.1.0
36+
uses: actions/checkout@v3.2.0
3737
with:
3838
persist-credentials: false
3939
ref: main

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- id: checkout
3030
name: Checkout ${{ github.ref_name }}
31-
uses: actions/checkout@v3.1.0
31+
uses: actions/checkout@v3.2.0
3232
with:
3333
ref: ${{ github.ref }}
3434
- id: sync

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: hmarr/debug-action@v2.1.0
4545
- id: checkout
4646
name: Checkout ${{ env.TAG }}
47-
uses: actions/checkout@v3.1.0
47+
uses: actions/checkout@v3.2.0
4848
with:
4949
ref: ${{ format('refs/tags/{0}', env.TAG) }}
5050
- id: version

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: hmarr/debug-action@v2.1.0
4848
- id: checkout
4949
name: Checkout ${{ env.REF }}
50-
uses: actions/checkout@v3.1.0
50+
uses: actions/checkout@v3.2.0
5151
with:
5252
ref: ${{ env.REF }}
5353
- id: version
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- id: checkout
8484
name: Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }}
85-
uses: actions/checkout@v3.1.0
85+
uses: actions/checkout@v3.2.0
8686
with:
8787
fetch-depth: 0
8888
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}

0 commit comments

Comments
 (0)