Skip to content

Commit 00f7b83

Browse files
ci(deps): Bump actions/checkout from 3.6.0 to 4.0.0 (#287)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cf16eb commit 00f7b83

10 files changed

+21
-21
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
uses: hmarr/debug-action@v2.1.0
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref }}
35-
uses: actions/checkout@v3.6.0
35+
uses: actions/checkout@v4.0.0
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref }}

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: hmarr/debug-action@v2.1.0
3333
- id: checkout
3434
name: Checkout ${{ github.head_ref }}
35-
uses: actions/checkout@v3.6.0
35+
uses: actions/checkout@v4.0.0
3636
with:
3737
persist-credentials: false
3838
ref: ${{ github.head_ref }}

.github/workflows/cache-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: hmarr/debug-action@v2.1.0
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v3.6.0
49+
uses: actions/checkout@v4.0.0
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: hmarr/debug-action@v2.1.0
6565
- id: checkout
6666
name: Checkout ${{ env.REF_NAME }}
67-
uses: actions/checkout@v3.6.0
67+
uses: actions/checkout@v4.0.0
6868
with:
6969
persist-credentials: false
7070
ref: ${{ env.REF }}
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- id: checkout
9898
name: Checkout ${{ env.REF_NAME }}
99-
uses: actions/checkout@v3.6.0
99+
uses: actions/checkout@v4.0.0
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- id: checkout
126126
name: Checkout ${{ env.REF_NAME }}
127-
uses: actions/checkout@v3.6.0
127+
uses: actions/checkout@v4.0.0
128128
with:
129129
fetch-depth: 0
130130
persist-credentials: false
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- id: checkout
150150
name: Checkout ${{ env.REF_NAME }}
151-
uses: actions/checkout@v3.6.0
151+
uses: actions/checkout@v4.0.0
152152
with:
153153
persist-credentials: false
154154
ref: ${{ env.REF }}
@@ -176,7 +176,7 @@ jobs:
176176
steps:
177177
- id: checkout
178178
name: Checkout ${{ env.REF_NAME }}
179-
uses: actions/checkout@v3.6.0
179+
uses: actions/checkout@v4.0.0
180180
with:
181181
persist-credentials: false
182182
ref: ${{ env.REF }}
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205
- id: checkout
206206
name: Checkout ${{ env.REF_NAME }}
207-
uses: actions/checkout@v3.6.0
207+
uses: actions/checkout@v4.0.0
208208
with:
209209
persist-credentials: false
210210
ref: ${{ env.REF }}
@@ -240,7 +240,7 @@ jobs:
240240
steps:
241241
- id: checkout
242242
name: Checkout ${{ env.REF_NAME }}
243-
uses: actions/checkout@v3.6.0
243+
uses: actions/checkout@v4.0.0
244244
with:
245245
persist-credentials: false
246246
ref: ${{ env.REF }}
@@ -292,7 +292,7 @@ jobs:
292292
steps:
293293
- id: checkout
294294
name: Checkout ${{ env.REF_NAME }}
295-
uses: actions/checkout@v3.6.0
295+
uses: actions/checkout@v4.0.0
296296
with:
297297
persist-credentials: false
298298
ref: ${{ env.REF }}
@@ -353,7 +353,7 @@ jobs:
353353
steps:
354354
- id: checkout
355355
name: Checkout ${{ env.REF_NAME }}
356-
uses: actions/checkout@v3.6.0
356+
uses: actions/checkout@v4.0.0
357357
with:
358358
persist-credentials: false
359359
ref: ${{ env.REF }}

.github/workflows/dependabot-auto.yml

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

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
username: ${{ github.actor }}
5050
- id: checkout
5151
name: Checkout ${{ github.ref_name }}
52-
uses: actions/checkout@v3.6.0
52+
uses: actions/checkout@v4.0.0
5353
with:
5454
persist-credentials: false
5555
ref: ${{ github.ref }}

.github/workflows/integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- id: checkout
4848
name: Checkout ${{ github.head_ref || github.ref_name }}
49-
uses: actions/checkout@v3.6.0
49+
uses: actions/checkout@v4.0.0
5050
with:
5151
persist-credentials: false
5252
ref: ${{ github.head_ref || github.ref }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: hmarr/debug-action@v2.1.0
4444
- id: checkout
4545
name: Checkout main
46-
uses: actions/checkout@v3.6.0
46+
uses: actions/checkout@v4.0.0
4747
with:
4848
persist-credentials: false
4949
ref: main

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: hmarr/debug-action@v2.1.0
5050
- id: checkout
5151
name: Checkout ${{ env.TAG }}
52-
uses: actions/checkout@v3.6.0
52+
uses: actions/checkout@v4.0.0
5353
with:
5454
persist-credentials: false
5555
ref: ${{ env.REF }}
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- id: checkout
8686
name: Checkout ${{ env.TAG }}
87-
uses: actions/checkout@v3.6.0
87+
uses: actions/checkout@v4.0.0
8888
with:
8989
persist-credentials: false
9090
ref: ${{ env.REF }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- id: checkout
124124
name: Checkout ${{ env.TAG }}
125-
uses: actions/checkout@v3.6.0
125+
uses: actions/checkout@v4.0.0
126126
with:
127127
persist-credentials: false
128128
ref: ${{ env.REF }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: hmarr/debug-action@v2.1.0
5757
- id: checkout
5858
name: Checkout ${{ env.REF_NAME }}
59-
uses: actions/checkout@v3.6.0
59+
uses: actions/checkout@v4.0.0
6060
with:
6161
ref: ${{ env.REF }}
6262
- id: version
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- id: checkout
9898
name: Checkout ${{ env.REF_NAME }}
99-
uses: actions/checkout@v3.6.0
99+
uses: actions/checkout@v4.0.0
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: true

0 commit comments

Comments
 (0)