Skip to content

Commit 098b3a3

Browse files
ci(deps): Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 644a9b3 commit 098b3a3

12 files changed

+26
-26
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/debug-action@v3.0.0
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: hmarr/debug-action@v3.0.0
6868
- id: checkout
6969
name: Checkout ${{ env.REF_NAME }}
70-
uses: actions/checkout@v4.2.2
70+
uses: actions/checkout@v5.0.0
7171
with:
7272
persist-credentials: false
7373
ref: ${{ env.REF }}
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- id: checkout
111111
name: Checkout ${{ env.REF_NAME }}
112-
uses: actions/checkout@v4.2.2
112+
uses: actions/checkout@v5.0.0
113113
with:
114114
fetch-depth: 0
115115
persist-credentials: false
@@ -137,7 +137,7 @@ jobs:
137137
steps:
138138
- id: checkout
139139
name: Checkout
140-
uses: actions/checkout@v4.2.2
140+
uses: actions/checkout@v5.0.0
141141
with:
142142
fetch-depth: 0
143143
- id: scan
@@ -160,7 +160,7 @@ jobs:
160160
steps:
161161
- id: checkout
162162
name: Checkout ${{ env.REF_NAME }}
163-
uses: actions/checkout@v4.2.2
163+
uses: actions/checkout@v5.0.0
164164
with:
165165
persist-credentials: false
166166
ref: ${{ env.REF }}
@@ -189,7 +189,7 @@ jobs:
189189
steps:
190190
- id: checkout
191191
name: Checkout ${{ env.REF_NAME }}
192-
uses: actions/checkout@v4.2.2
192+
uses: actions/checkout@v5.0.0
193193
with:
194194
persist-credentials: false
195195
ref: ${{ env.REF }}
@@ -218,7 +218,7 @@ jobs:
218218
steps:
219219
- id: checkout
220220
name: Checkout ${{ env.REF_NAME }}
221-
uses: actions/checkout@v4.2.2
221+
uses: actions/checkout@v5.0.0
222222
with:
223223
persist-credentials: false
224224
ref: ${{ env.REF }}
@@ -255,7 +255,7 @@ jobs:
255255
steps:
256256
- id: checkout
257257
name: Checkout ${{ env.REF_NAME }}
258-
uses: actions/checkout@v4.2.2
258+
uses: actions/checkout@v5.0.0
259259
with:
260260
persist-credentials: false
261261
ref: ${{ env.REF }}
@@ -300,7 +300,7 @@ jobs:
300300
steps:
301301
- id: checkout
302302
name: Checkout ${{ env.REF_NAME }}
303-
uses: actions/checkout@v4.2.2
303+
uses: actions/checkout@v5.0.0
304304
with:
305305
persist-credentials: false
306306
ref: ${{ env.REF }}
@@ -351,7 +351,7 @@ jobs:
351351
steps:
352352
- id: checkout
353353
name: Checkout ${{ env.REF_NAME }}
354-
uses: actions/checkout@v4.2.2
354+
uses: actions/checkout@v5.0.0
355355
with:
356356
fetch-depth: 0
357357
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/debug-action@v3.0.0
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/debug-action@v3.0.0
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)