Skip to content

Commit 2244b04

Browse files
ci(deps): Bump actions/checkout from 4.2.1 to 4.2.2 (#425)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da9405c commit 2244b04

12 files changed

+27
-27
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 10 additions & 10 deletions
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 }}
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251
- id: checkout
252252
name: Checkout ${{ env.REF_NAME }}
253-
uses: actions/[email protected].1
253+
uses: actions/[email protected].2
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/[email protected].1
306+
uses: actions/[email protected].2
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/[email protected].1
368+
uses: actions/[email protected].2
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/[email protected].1
418+
uses: actions/[email protected].2
419419
with:
420420
fetch-depth: 0
421421
persist-credentials: false

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 4 additions & 4 deletions
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 }}

0 commit comments

Comments
 (0)