Skip to content

Commit 285347f

Browse files
ci(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (#389)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd67c3f commit 285347f

12 files changed

+27
-27
lines changed

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
3636
- id: checkout
3737
name: Checkout ${{ github.head_ref }}
38-
uses: actions/checkout@v4.1.7
38+
uses: actions/checkout@v4.2.0
3939
with:
4040
persist-credentials: false
4141
ref: ${{ github.head_ref }}

.github/workflows/auto-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: gh auth status
5959
- id: checkout
6060
name: Checkout ${{ github.head_ref }}
61-
uses: actions/checkout@v4.1.7
61+
uses: actions/checkout@v4.2.0
6262
with:
6363
persist-credentials: false
6464
ref: ${{ github.head_ref }}

.github/workflows/cache-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: hmarr/[email protected]
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v4.1.7
49+
uses: actions/checkout@v4.2.0
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: hmarr/[email protected]
6767
- id: checkout
6868
name: Checkout ${{ env.REF_NAME }}
69-
uses: actions/checkout@v4.1.7
69+
uses: actions/checkout@v4.2.0
7070
with:
7171
persist-credentials: false
7272
ref: ${{ env.REF }}
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- id: checkout
105105
name: Checkout ${{ env.REF_NAME }}
106-
uses: actions/checkout@v4.1.7
106+
uses: actions/checkout@v4.2.0
107107
with:
108108
fetch-depth: 0
109109
persist-credentials: false
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- id: checkout
133133
name: Checkout ${{ env.REF_NAME }}
134-
uses: actions/checkout@v4.1.7
134+
uses: actions/checkout@v4.2.0
135135
with:
136136
fetch-depth: 0
137137
persist-credentials: false
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
- id: checkout
158158
name: Checkout ${{ env.REF_NAME }}
159-
uses: actions/checkout@v4.1.7
159+
uses: actions/checkout@v4.2.0
160160
with:
161161
persist-credentials: false
162162
ref: ${{ env.REF }}
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- id: checkout
187187
name: Checkout ${{ env.REF_NAME }}
188-
uses: actions/checkout@v4.1.7
188+
uses: actions/checkout@v4.2.0
189189
with:
190190
persist-credentials: false
191191
ref: ${{ env.REF }}
@@ -214,7 +214,7 @@ jobs:
214214
steps:
215215
- id: checkout
216216
name: Checkout ${{ env.REF_NAME }}
217-
uses: actions/checkout@v4.1.7
217+
uses: actions/checkout@v4.2.0
218218
with:
219219
persist-credentials: false
220220
ref: ${{ env.REF }}
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251
- id: checkout
252252
name: Checkout ${{ env.REF_NAME }}
253-
uses: actions/checkout@v4.1.7
253+
uses: actions/checkout@v4.2.0
254254
with:
255255
persist-credentials: false
256256
ref: ${{ env.REF }}
@@ -303,7 +303,7 @@ jobs:
303303
steps:
304304
- id: checkout
305305
name: Checkout ${{ env.REF_NAME }}
306-
uses: actions/checkout@v4.1.7
306+
uses: actions/checkout@v4.2.0
307307
with:
308308
persist-credentials: false
309309
ref: ${{ env.REF }}
@@ -365,7 +365,7 @@ jobs:
365365
steps:
366366
- id: checkout
367367
name: Checkout ${{ env.REF_NAME }}
368-
uses: actions/checkout@v4.1.7
368+
uses: actions/checkout@v4.2.0
369369
with:
370370
persist-credentials: false
371371
ref: ${{ env.REF }}
@@ -415,7 +415,7 @@ jobs:
415415
steps:
416416
- id: checkout
417417
name: Checkout ${{ env.REF_NAME }}
418-
uses: actions/checkout@v4.1.7
418+
uses: actions/checkout@v4.2.0
419419
with:
420420
fetch-depth: 0
421421
persist-credentials: false

.github/workflows/dependabot-dedupe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4949
- id: checkout
5050
name: Checkout ${{ github.head_ref }}
51-
uses: actions/checkout@v4.1.7
51+
uses: actions/checkout@v4.2.0
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.head_ref }}

.github/workflows/infrastructure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
5252
- id: checkout
5353
name: Checkout ${{ github.ref_name }}@${{ github.sha }}
54-
uses: actions/checkout@v4.1.7
54+
uses: actions/checkout@v4.2.0
5555
with:
5656
persist-credentials: false
5757
ref: ${{ github.sha }}

.github/workflows/integrity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- id: checkout
4545
name: Checkout ${{ github.head_ref || github.ref_name }}
46-
uses: actions/checkout@v4.1.7
46+
uses: actions/checkout@v4.2.0
4747
with:
4848
persist-credentials: false
4949
ref: ${{ github.head_ref || github.ref }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: hmarr/[email protected]
4545
- id: checkout
4646
name: Checkout main
47-
uses: actions/checkout@v4.1.7
47+
uses: actions/checkout@v4.2.0
4848
with:
4949
persist-credentials: false
5050
ref: main

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: hmarr/[email protected]
4848
- id: checkout
4949
name: Checkout ${{ github.ref_name }}
50-
uses: actions/checkout@v4.1.7
50+
uses: actions/checkout@v4.2.0
5151
with:
5252
persist-credentials: false
5353
ref: ${{ github.ref }}
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- id: checkout
8585
name: Checkout ${{ github.ref_name }}
86-
uses: actions/checkout@v4.1.7
86+
uses: actions/checkout@v4.2.0
8787
with:
8888
persist-credentials: false
8989
ref: ${{ github.ref }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- id: checkout
124124
name: Checkout ${{ github.ref_name }}
125-
uses: actions/checkout@v4.1.7
125+
uses: actions/checkout@v4.2.0
126126
with:
127127
persist-credentials: false
128128
ref: ${{ github.ref }}

.github/workflows/release-chore.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
exit 1
5454
- id: checkout
5555
name: Checkout ${{ github.ref_name }}
56-
uses: actions/checkout@v4.1.7
56+
uses: actions/checkout@v4.2.0
5757
with:
5858
persist-credentials: false
5959
ref: ${{ github.ref }}
@@ -109,7 +109,7 @@ jobs:
109109
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
110110
- id: checkout
111111
name: Checkout ${{ github.ref_name }}
112-
uses: actions/checkout@v4.1.7
112+
uses: actions/checkout@v4.2.0
113113
with:
114114
ref: ${{ github.ref }}
115115
token: ${{ steps.bot-token.outputs.token }}
@@ -136,7 +136,7 @@ jobs:
136136
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
137137
- id: checkout
138138
name: Checkout ${{ needs.preflight.outputs.branch }}
139-
uses: actions/checkout@v4.1.7
139+
uses: actions/checkout@v4.2.0
140140
with:
141141
fetch-depth: 0
142142
persist-credentials: false
@@ -196,7 +196,7 @@ jobs:
196196
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
197197
- id: checkout
198198
name: Checkout ${{ needs.preflight.outputs.branch }}
199-
uses: actions/checkout@v4.1.7
199+
uses: actions/checkout@v4.2.0
200200
with:
201201
persist-credentials: false
202202
ref: ${{ needs.preflight.outputs.branch }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: hmarr/[email protected]
5858
- id: checkout
5959
name: Checkout ${{ env.REF_NAME }}
60-
uses: actions/checkout@v4.1.7
60+
uses: actions/checkout@v4.2.0
6161
with:
6262
ref: ${{ env.REF }}
6363
- id: version
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- id: checkout
9191
name: Checkout ${{ env.REF_NAME }}
92-
uses: actions/checkout@v4.1.7
92+
uses: actions/checkout@v4.2.0
9393
with:
9494
fetch-depth: 0
9595
persist-credentials: true

.github/workflows/typescript-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: hmarr/[email protected]
4949
- id: checkout
5050
name: Checkout ${{ github.ref_name }}
51-
uses: actions/checkout@v4.1.7
51+
uses: actions/checkout@v4.2.0
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)