Skip to content

Commit b57aba6

Browse files
ci(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 569385b commit b57aba6

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/[email protected].1
38+
uses: actions/[email protected].2
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/[email protected].1
61+
uses: actions/[email protected].2
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/[email protected].1
49+
uses: actions/[email protected].2
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/[email protected].1
69+
uses: actions/[email protected].2
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/[email protected].1
106+
uses: actions/[email protected].2
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/[email protected].1
134+
uses: actions/[email protected].2
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/[email protected].1
159+
uses: actions/[email protected].2
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/[email protected].1
188+
uses: actions/[email protected].2
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/[email protected].1
217+
uses: actions/[email protected].2
218218
with:
219219
persist-credentials: false
220220
ref: ${{ env.REF }}
@@ -249,7 +249,7 @@ jobs:
249249
steps:
250250
- id: checkout
251251
name: Checkout ${{ env.REF_NAME }}
252-
uses: actions/[email protected].1
252+
uses: actions/[email protected].2
253253
with:
254254
persist-credentials: false
255255
ref: ${{ env.REF }}
@@ -301,7 +301,7 @@ jobs:
301301
steps:
302302
- id: checkout
303303
name: Checkout ${{ env.REF_NAME }}
304-
uses: actions/[email protected].1
304+
uses: actions/[email protected].2
305305
with:
306306
persist-credentials: false
307307
ref: ${{ env.REF }}
@@ -363,7 +363,7 @@ jobs:
363363
steps:
364364
- id: checkout
365365
name: Checkout ${{ env.REF_NAME }}
366-
uses: actions/[email protected].1
366+
uses: actions/[email protected].2
367367
with:
368368
persist-credentials: false
369369
ref: ${{ env.REF }}
@@ -413,7 +413,7 @@ jobs:
413413
steps:
414414
- id: checkout
415415
name: Checkout ${{ env.REF_NAME }}
416-
uses: actions/[email protected].1
416+
uses: actions/[email protected].2
417417
with:
418418
fetch-depth: 0
419419
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/[email protected].1
51+
uses: actions/[email protected].2
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/[email protected].1
54+
uses: actions/[email protected].2
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/[email protected].1
46+
uses: actions/[email protected].2
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/[email protected].1
47+
uses: actions/[email protected].2
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/[email protected].1
50+
uses: actions/[email protected].2
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/[email protected].1
86+
uses: actions/[email protected].2
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/[email protected].1
125+
uses: actions/[email protected].2
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/[email protected].1
56+
uses: actions/[email protected].2
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/[email protected].1
112+
uses: actions/[email protected].2
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/[email protected].1
139+
uses: actions/[email protected].2
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/[email protected].1
199+
uses: actions/[email protected].2
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
@@ -58,7 +58,7 @@ jobs:
5858
uses: hmarr/[email protected]
5959
- id: checkout
6060
name: Checkout ${{ env.REF_NAME }}
61-
uses: actions/[email protected].1
61+
uses: actions/[email protected].2
6262
with:
6363
ref: ${{ env.REF }}
6464
- id: version
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- id: checkout
9292
name: Checkout ${{ env.REF_NAME }}
93-
uses: actions/[email protected].1
93+
uses: actions/[email protected].2
9494
with:
9595
fetch-depth: 0
9696
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/[email protected].1
51+
uses: actions/[email protected].2
5252
with:
5353
persist-credentials: false
5454
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)