Skip to content

Commit 4efa876

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

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/checkout@v4.2.2
38+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
61+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
49+
uses: actions/checkout@v5.0.0
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
@@ -68,7 +68,7 @@ jobs:
6868
uses: hmarr/[email protected]
6969
- id: checkout
7070
name: Checkout ${{ env.REF_NAME }}
71-
uses: actions/checkout@v4.2.2
71+
uses: actions/checkout@v5.0.0
7272
with:
7373
persist-credentials: false
7474
ref: ${{ env.REF }}
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- id: checkout
117117
name: Checkout ${{ env.REF_NAME }}
118-
uses: actions/checkout@v4.2.2
118+
uses: actions/checkout@v5.0.0
119119
with:
120120
fetch-depth: 0
121121
persist-credentials: false
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- id: checkout
145145
name: Checkout
146-
uses: actions/checkout@v4.2.2
146+
uses: actions/checkout@v5.0.0
147147
with:
148148
fetch-depth: 0
149149
- id: scan
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- id: checkout
168168
name: Checkout ${{ env.REF_NAME }}
169-
uses: actions/checkout@v4.2.2
169+
uses: actions/checkout@v5.0.0
170170
with:
171171
persist-credentials: false
172172
ref: ${{ env.REF }}
@@ -195,7 +195,7 @@ jobs:
195195
steps:
196196
- id: checkout
197197
name: Checkout ${{ env.REF_NAME }}
198-
uses: actions/checkout@v4.2.2
198+
uses: actions/checkout@v5.0.0
199199
with:
200200
persist-credentials: false
201201
ref: ${{ env.REF }}
@@ -224,7 +224,7 @@ jobs:
224224
steps:
225225
- id: checkout
226226
name: Checkout ${{ env.REF_NAME }}
227-
uses: actions/checkout@v4.2.2
227+
uses: actions/checkout@v5.0.0
228228
with:
229229
persist-credentials: false
230230
ref: ${{ env.REF }}
@@ -263,7 +263,7 @@ jobs:
263263
steps:
264264
- id: checkout
265265
name: Checkout ${{ env.REF_NAME }}
266-
uses: actions/checkout@v4.2.2
266+
uses: actions/checkout@v5.0.0
267267
with:
268268
persist-credentials: false
269269
ref: ${{ env.REF }}
@@ -318,7 +318,7 @@ jobs:
318318
steps:
319319
- id: checkout
320320
name: Checkout ${{ env.REF_NAME }}
321-
uses: actions/checkout@v4.2.2
321+
uses: actions/checkout@v5.0.0
322322
with:
323323
persist-credentials: false
324324
ref: ${{ env.REF }}
@@ -389,7 +389,7 @@ jobs:
389389
steps:
390390
- id: checkout
391391
name: Checkout ${{ env.REF_NAME }}
392-
uses: actions/checkout@v4.2.2
392+
uses: actions/checkout@v5.0.0
393393
with:
394394
persist-credentials: false
395395
ref: ${{ env.REF }}
@@ -441,7 +441,7 @@ jobs:
441441
steps:
442442
- id: checkout
443443
name: Checkout ${{ env.REF_NAME }}
444-
uses: actions/checkout@v4.2.2
444+
uses: actions/checkout@v5.0.0
445445
with:
446446
fetch-depth: 0
447447
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/checkout@v4.2.2
51+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
54+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
46+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
47+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
50+
uses: actions/checkout@v5.0.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.2.2
86+
uses: actions/checkout@v5.0.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.2.2
125+
uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
56+
uses: actions/checkout@v5.0.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.2.2
112+
uses: actions/checkout@v5.0.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.2.2
139+
uses: actions/checkout@v5.0.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.2.2
199+
uses: actions/checkout@v5.0.0
200200
with:
201201
persist-credentials: false
202202
ref: ${{ needs.preflight.outputs.branch }}

0 commit comments

Comments
 (0)