Skip to content

Commit 195bede

Browse files
ci(deps): Bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 307373f commit 195bede

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

.github/workflows/approve-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
skip-commit-verification: true
3939
- id: checkout
4040
name: Checkout ${{ github.head_ref }}
41-
uses: actions/checkout@v3.6.0
41+
uses: actions/checkout@v4.0.0
4242
with:
4343
persist-credentials: false
4444
ref: ${{ github.head_ref }}

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: hmarr/debug-action@v2.1.0
3131
- id: checkout
3232
name: Checkout ${{ github.head_ref }}
33-
uses: actions/checkout@v3.6.0
33+
uses: actions/checkout@v4.0.0
3434
with:
3535
ref: ${{ github.head_ref }}
3636
- id: auto-merge

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: hmarr/debug-action@v2.1.0
6464
- id: checkout
6565
name: Checkout ${{ env.REF }}
66-
uses: actions/checkout@v3.6.0
66+
uses: actions/checkout@v4.0.0
6767
with:
6868
ref: ${{ env.REF }}
6969
- id: node
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- id: checkout
9696
name: Checkout ${{ env.REF }}
97-
uses: actions/checkout@v3.6.0
97+
uses: actions/checkout@v4.0.0
9898
with:
9999
fetch-depth: 0
100100
ref: ${{ env.REF }}
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- id: checkout
123123
name: Checkout ${{ env.REF }}
124-
uses: actions/checkout@v3.6.0
124+
uses: actions/checkout@v4.0.0
125125
with:
126126
fetch-depth: 0
127127
ref: ${{ env.REF }}
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- id: checkout
146146
name: Checkout ${{ env.REF }}
147-
uses: actions/checkout@v3.6.0
147+
uses: actions/checkout@v4.0.0
148148
with:
149149
ref: ${{ env.REF }}
150150
- id: node
@@ -171,7 +171,7 @@ jobs:
171171
steps:
172172
- id: checkout
173173
name: Checkout ${{ env.REF }}
174-
uses: actions/checkout@v3.6.0
174+
uses: actions/checkout@v4.0.0
175175
with:
176176
ref: ${{ env.REF }}
177177
- id: node
@@ -198,7 +198,7 @@ jobs:
198198
steps:
199199
- id: checkout
200200
name: Checkout ${{ env.REF }}
201-
uses: actions/checkout@v3.6.0
201+
uses: actions/checkout@v4.0.0
202202
with:
203203
ref: ${{ env.REF }}
204204
- id: node
@@ -234,7 +234,7 @@ jobs:
234234
steps:
235235
- id: checkout
236236
name: Checkout ${{ env.REF }}
237-
uses: actions/checkout@v3.6.0
237+
uses: actions/checkout@v4.0.0
238238
with:
239239
ref: ${{ env.REF }}
240240
- id: node
@@ -279,7 +279,7 @@ jobs:
279279
steps:
280280
- id: checkout
281281
name: Checkout ${{ env.REF }}
282-
uses: actions/checkout@v3.6.0
282+
uses: actions/checkout@v4.0.0
283283
with:
284284
ref: ${{ env.REF }}
285285
- id: node
@@ -333,7 +333,7 @@ jobs:
333333
steps:
334334
- id: checkout
335335
name: Checkout ${{ env.REF }}
336-
uses: actions/checkout@v3.6.0
336+
uses: actions/checkout@v4.0.0
337337
with:
338338
ref: ${{ env.REF }}
339339
- id: node

.github/workflows/dependabot-auto.yml

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

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
username: ${{ github.actor }}
5656
- id: checkout
5757
name: Checkout ${{ github.ref_name }}
58-
uses: actions/checkout@v3.6.0
58+
uses: actions/checkout@v4.0.0
5959
with:
6060
persist-credentials: false
6161
ref: ${{ github.ref_name }}

.github/workflows/integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- id: checkout
5454
name: Checkout ${{ env.REF }}
55-
uses: actions/checkout@v3.6.0
55+
uses: actions/checkout@v4.0.0
5656
with:
5757
persist-credentials: false
5858
ref: ${{ env.REF }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- id: checkout
4242
name: Checkout main
43-
uses: actions/checkout@v3.6.0
43+
uses: actions/checkout@v4.0.0
4444
with:
4545
persist-credentials: false
4646
ref: main

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
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.6.0
47+
uses: actions/checkout@v4.0.0
4848
with:
4949
ref: ${{ format('refs/tags/{0}', env.TAG) }}
5050
- id: version
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- id: checkout
7070
name: Checkout ${{ env.TAG }}
71-
uses: actions/checkout@v3.6.0
71+
uses: actions/checkout@v4.0.0
7272
with:
7373
ref: ${{ format('refs/tags/{0}', env.TAG) }}
7474
- id: npmrc-cleanup
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- id: checkout
103103
name: Checkout ${{ env.TAG }}
104-
uses: actions/checkout@v3.6.0
104+
uses: actions/checkout@v4.0.0
105105
with:
106106
ref: ${{ format('refs/tags/{0}', env.TAG) }}
107107
- id: npmrc-cleanup

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: hmarr/debug-action@v2.1.0
5353
- id: checkout
5454
name: Checkout ${{ env.REF }}
55-
uses: actions/checkout@v3.6.0
55+
uses: actions/checkout@v4.0.0
5656
with:
5757
ref: ${{ env.REF }}
5858
- id: version
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- id: checkout
8989
name: Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }}
90-
uses: actions/checkout@v3.6.0
90+
uses: actions/checkout@v4.0.0
9191
with:
9292
fetch-depth: 0
9393
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}

0 commit comments

Comments
 (0)