Skip to content

Commit 77206a9

Browse files
renovate[bot]djc
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 3326a3b commit 77206a9

8 files changed

+20
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
os: windows-11-arm
5252
run_tests: YES
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
# v2 defaults to a shallow checkout, but we need at least to the previous tag
5656
with:
5757
fetch-depth: 0
@@ -223,7 +223,7 @@ jobs:
223223
os: windows-11-arm
224224
run_tests: YES
225225
steps:
226-
- uses: actions/checkout@v4
226+
- uses: actions/checkout@v5
227227
# v2 defaults to a shallow checkout, but we need at least to the previous tag
228228
with:
229229
fetch-depth: 0
@@ -401,7 +401,7 @@ jobs:
401401
mingwdir: mingw32 # skip-pr skip-master
402402
gcc: i686-w64-mingw32-gcc # skip-pr skip-master
403403
steps:
404-
- uses: actions/checkout@v4
404+
- uses: actions/checkout@v5
405405
# v2 defaults to a shallow checkout, but we need at least to the previous tag
406406
with:
407407
fetch-depth: 0
@@ -572,7 +572,7 @@ jobs:
572572
#snap_arch: armhf
573573
steps:
574574
- name: Clone repo
575-
uses: actions/checkout@v4
575+
uses: actions/checkout@v5
576576
with:
577577
# v2 defaults to a shallow checkout, but we need at least to the previous tag
578578
fetch-depth: 0
@@ -741,7 +741,7 @@ jobs:
741741
#snap_arch: armhf
742742
steps:
743743
- name: Clone repo
744-
uses: actions/checkout@v4
744+
uses: actions/checkout@v5
745745
with:
746746
# v2 defaults to a shallow checkout, but we need at least to the previous tag
747747
fetch-depth: 0
@@ -935,7 +935,7 @@ jobs:
935935
#snap_arch: s390x # skip-pr skip-master
936936
steps:
937937
- name: Clone repo
938-
uses: actions/checkout@v4
938+
uses: actions/checkout@v5
939939
with:
940940
# v2 defaults to a shallow checkout, but we need at least to the previous tag
941941
fetch-depth: 0
@@ -1085,7 +1085,7 @@ jobs:
10851085
target:
10861086
- x86_64-apple-darwin # skip-aarch64
10871087
steps:
1088-
- uses: actions/checkout@v4
1088+
- uses: actions/checkout@v5
10891089
with:
10901090
# v2 defaults to a shallow checkout, but we need at least to the previous tag
10911091
fetch-depth: 0
@@ -1217,7 +1217,7 @@ jobs:
12171217
target:
12181218
- aarch64-apple-darwin # skip-x86_64
12191219
steps:
1220-
- uses: actions/checkout@v4
1220+
- uses: actions/checkout@v5
12211221
with:
12221222
# v2 defaults to a shallow checkout, but we need at least to the previous tag
12231223
fetch-depth: 0
@@ -1338,7 +1338,7 @@ jobs:
13381338
runs-on: ubuntu-latest
13391339
if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable
13401340
steps:
1341-
- uses: actions/checkout@v4
1341+
- uses: actions/checkout@v5
13421342
with:
13431343
# v2 defaults to a shallow checkout, but we need at least to the previous tag
13441344
fetch-depth: 0
@@ -1370,7 +1370,7 @@ jobs:
13701370
runs-on: ubuntu-latest
13711371
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master
13721372
steps:
1373-
- uses: actions/checkout@v4
1373+
- uses: actions/checkout@v5
13741374
with:
13751375
# v2 defaults to a shallow checkout, but we need at least to the previous tag
13761376
fetch-depth: 0
@@ -1404,7 +1404,7 @@ jobs:
14041404
fail-fast: false
14051405
steps:
14061406
- name: Clone repo
1407-
uses: actions/checkout@v4
1407+
uses: actions/checkout@v5
14081408
with:
14091409
# v2 defaults to a shallow checkout, but we need at least to the previous tag
14101410
fetch-depth: 0
@@ -1499,7 +1499,7 @@ jobs:
14991499
target: x86_64-pc-windows-msvc
15001500
steps:
15011501
- name: Clone repo
1502-
uses: actions/checkout@v4
1502+
uses: actions/checkout@v5
15031503
- name: Install rustup stable
15041504
run: rustup toolchain install stable --profile minimal
15051505
- name: Install Protoc
@@ -1547,7 +1547,7 @@ jobs:
15471547
doc: # job-name
15481548
runs-on: ubuntu-latest
15491549
steps:
1550-
- uses: actions/checkout@v4
1550+
- uses: actions/checkout@v5
15511551
with:
15521552
fetch-depth: 0
15531553
- name: Install mdbook

ci/actions-templates/all-features-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs: # skip-all
2121
target: x86_64-pc-windows-msvc
2222
steps:
2323
- name: Clone repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Install rustup stable
2626
run: rustup toolchain install stable --profile minimal
2727
- name: Install Protoc

ci/actions-templates/centos-fmt-clippy-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs: # skip-all
88
fail-fast: false
99
steps:
1010
- name: Clone repo
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
# v2 defaults to a shallow checkout, but we need at least to the previous tag
1414
fetch-depth: 0

ci/actions-templates/freebsd-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs: # skip-master skip-stable
88
if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable
99
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
# v2 defaults to a shallow checkout, but we need at least to the previous tag
1414
fetch-depth: 0

ci/actions-templates/linux-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs: # skip-master skip-pr skip-stable
6464
#snap_arch: s390x # skip-pr skip-master
6565
steps:
6666
- name: Clone repo
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
with:
6969
# v2 defaults to a shallow checkout, but we need at least to the previous tag
7070
fetch-depth: 0

ci/actions-templates/macos-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs: # skip-x86_64 skip-aarch64
2020
- x86_64-apple-darwin # skip-aarch64
2121
- aarch64-apple-darwin # skip-x86_64
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
# v2 defaults to a shallow checkout, but we need at least to the previous tag
2626
fetch-depth: 0

ci/actions-templates/test-docs-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs: # skip-all
88
doc: # job-name
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- name: Install mdbook

ci/actions-templates/windows-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs: # skip-master skip-pr skip-stable
4444
mingwdir: mingw32 # skip-pr skip-master
4545
gcc: i686-w64-mingw32-gcc # skip-pr skip-master
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
# v2 defaults to a shallow checkout, but we need at least to the previous tag
4949
with:
5050
fetch-depth: 0

0 commit comments

Comments
 (0)