Skip to content

Commit 455f0e5

Browse files
ci(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1854214 commit 455f0e5

10 files changed

+34
-34
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2121
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
2222

23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
token: ${{ steps.token.outputs.token }}
2626
fetch-depth: 0

.github/workflows/build.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
pull-requests: read
7272
steps:
7373
- name: Check out current commit
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
ref: ${{ env.HEAD_COMMIT }}
7777
# We need to check out not only the fake merge commit between the PR and the base branch which GH creates, but
@@ -131,13 +131,13 @@ jobs:
131131
(needs.job_get_metadata.outputs.is_gitflow_sync == 'false' && needs.job_get_metadata.outputs.has_gitflow_label == 'false')
132132
steps:
133133
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v5
135135
if: github.event_name == 'pull_request'
136136
with:
137137
ref: ${{ github.event.pull_request.base.sha }}
138138

139139
- name: 'Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})'
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v5
141141
with:
142142
ref: ${{ env.HEAD_COMMIT }}
143143

@@ -235,7 +235,7 @@ jobs:
235235
needs.job_get_metadata.outputs.is_release == 'true'
236236
steps:
237237
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
238-
uses: actions/checkout@v4
238+
uses: actions/checkout@v5
239239
with:
240240
ref: ${{ env.HEAD_COMMIT }}
241241
- name: Set up Node
@@ -262,7 +262,7 @@ jobs:
262262
runs-on: ubuntu-24.04
263263
steps:
264264
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
265-
uses: actions/checkout@v4
265+
uses: actions/checkout@v5
266266
with:
267267
ref: ${{ env.HEAD_COMMIT }}
268268
- name: Set up Node
@@ -288,7 +288,7 @@ jobs:
288288
runs-on: ubuntu-24.04
289289
steps:
290290
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
291-
uses: actions/checkout@v4
291+
uses: actions/checkout@v5
292292
with:
293293
ref: ${{ env.HEAD_COMMIT }}
294294

@@ -311,7 +311,7 @@ jobs:
311311
runs-on: ubuntu-24.04
312312
steps:
313313
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
314-
uses: actions/checkout@v4
314+
uses: actions/checkout@v5
315315
with:
316316
ref: ${{ env.HEAD_COMMIT }}
317317
- name: Set up Node
@@ -333,7 +333,7 @@ jobs:
333333
if: needs.job_get_metadata.outputs.is_release == 'true'
334334
steps:
335335
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
336-
uses: actions/checkout@v4
336+
uses: actions/checkout@v5
337337
with:
338338
ref: ${{ env.HEAD_COMMIT }}
339339
- name: Set up Node
@@ -368,13 +368,13 @@ jobs:
368368
runs-on: ubuntu-24.04
369369
steps:
370370
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
371-
uses: actions/checkout@v4
371+
uses: actions/checkout@v5
372372
if: github.event_name == 'pull_request'
373373
with:
374374
ref: ${{ github.event.pull_request.base.sha }}
375375

376376
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
377-
uses: actions/checkout@v4
377+
uses: actions/checkout@v5
378378
with:
379379
ref: ${{ env.HEAD_COMMIT }}
380380
- name: Set up Node
@@ -415,7 +415,7 @@ jobs:
415415
runs-on: ubuntu-24.04
416416
steps:
417417
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
418-
uses: actions/checkout@v4
418+
uses: actions/checkout@v5
419419
with:
420420
ref: ${{ env.HEAD_COMMIT }}
421421
- name: Set up Node
@@ -440,7 +440,7 @@ jobs:
440440
runs-on: ubuntu-24.04
441441
steps:
442442
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
443-
uses: actions/checkout@v4
443+
uses: actions/checkout@v5
444444
with:
445445
ref: ${{ env.HEAD_COMMIT }}
446446
- name: Set up Node
@@ -472,12 +472,12 @@ jobs:
472472
node: [18, 20, 22, 24]
473473
steps:
474474
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
475-
uses: actions/checkout@v4
475+
uses: actions/checkout@v5
476476
if: github.event_name == 'pull_request'
477477
with:
478478
ref: ${{ github.event.pull_request.base.sha }}
479479
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
480-
uses: actions/checkout@v4
480+
uses: actions/checkout@v5
481481
with:
482482
ref: ${{ env.HEAD_COMMIT }}
483483
- name: Set up Node
@@ -566,7 +566,7 @@ jobs:
566566

567567
steps:
568568
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
569-
uses: actions/checkout@v4
569+
uses: actions/checkout@v5
570570
with:
571571
ref: ${{ env.HEAD_COMMIT }}
572572
- name: Set up Node
@@ -630,7 +630,7 @@ jobs:
630630

631631
steps:
632632
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
633-
uses: actions/checkout@v4
633+
uses: actions/checkout@v5
634634
with:
635635
ref: ${{ env.HEAD_COMMIT }}
636636
- name: Set up Node
@@ -678,7 +678,7 @@ jobs:
678678
timeout-minutes: 5
679679
steps:
680680
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
681-
uses: actions/checkout@v4
681+
uses: actions/checkout@v5
682682
with:
683683
ref: ${{ env.HEAD_COMMIT }}
684684
- name: Set up Node
@@ -716,7 +716,7 @@ jobs:
716716
typescript: '3.8'
717717
steps:
718718
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
719-
uses: actions/checkout@v4
719+
uses: actions/checkout@v5
720720
with:
721721
ref: ${{ env.HEAD_COMMIT }}
722722
- name: Set up Node
@@ -752,7 +752,7 @@ jobs:
752752
timeout-minutes: 15
753753
steps:
754754
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
755-
uses: actions/checkout@v4
755+
uses: actions/checkout@v5
756756
with:
757757
ref: ${{ env.HEAD_COMMIT }}
758758
- name: Set up Node
@@ -780,7 +780,7 @@ jobs:
780780
node: [18, 20, 22, 24]
781781
steps:
782782
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
783-
uses: actions/checkout@v4
783+
uses: actions/checkout@v5
784784
with:
785785
ref: ${{ env.HEAD_COMMIT }}
786786
- name: Set up Node
@@ -827,12 +827,12 @@ jobs:
827827
matrix-optional: ${{ steps.matrix-optional.outputs.matrix }}
828828
steps:
829829
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
830-
uses: actions/checkout@v4
830+
uses: actions/checkout@v5
831831
if: github.event_name == 'pull_request'
832832
with:
833833
ref: ${{ github.event.pull_request.base.sha }}
834834
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
835-
uses: actions/checkout@v4
835+
uses: actions/checkout@v5
836836
with:
837837
ref: ${{ env.HEAD_COMMIT }}
838838
- name: Set up Node
@@ -897,7 +897,7 @@ jobs:
897897
matrix: ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
898898
steps:
899899
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
900-
uses: actions/checkout@v4
900+
uses: actions/checkout@v5
901901
with:
902902
ref: ${{ env.HEAD_COMMIT }}
903903
- uses: pnpm/action-setup@v4
@@ -1027,7 +1027,7 @@ jobs:
10271027

10281028
steps:
10291029
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1030-
uses: actions/checkout@v4
1030+
uses: actions/checkout@v5
10311031
with:
10321032
ref: ${{ env.HEAD_COMMIT }}
10331033
- uses: pnpm/action-setup@v4

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 30
3232
steps:
3333
- name: Check out current commit
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
ref: ${{ env.HEAD_COMMIT }}
3737
- name: Set up Node
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Check out current commit
123-
uses: actions/checkout@v4
123+
uses: actions/checkout@v5
124124
with:
125125
ref: ${{ env.HEAD_COMMIT }}
126126
- uses: pnpm/action-setup@v4

.github/workflows/cleanup-pr-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Cleanup
2020
run: |

.github/workflows/clear-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Delete all caches
2424
runs-on: ubuntu-24.04
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Set up Node
2929
uses: actions/setup-node@v4

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/external-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
&& github.event.pull_request.author_association != 'OWNER'
2121
&& endsWith(github.event.pull_request.user.login, '[bot]') == false
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Set up Node
2525
uses: actions/setup-node@v4
2626
with:

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.base_ref != 'master' && github.ref != 'refs/heads/master' }}
3131
steps:
3232
- name: Check out current branch
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Set up Node
3535
uses: actions/setup-node@v4
3636
with:

.github/workflows/gitflow-sync-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
steps:
2525
- name: git checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
# https://github.com/marketplace/actions/github-pull-request-action
2929
- name: Create Pull Request

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
token: ${{ steps.token.outputs.token }}
2929
fetch-depth: 0

0 commit comments

Comments
 (0)