Skip to content

Commit a1676f4

Browse files
renovate[bot]djc
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 737a7cc commit a1676f4

File tree

8 files changed

+20
-20
lines changed

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@v5
54+
- uses: actions/checkout@v6
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@v5
226+
- uses: actions/checkout@v6
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-main
402402
gcc: i686-w64-mingw32-gcc # skip-pr skip-main
403403
steps:
404-
- uses: actions/checkout@v5
404+
- uses: actions/checkout@v6
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@v5
575+
uses: actions/checkout@v6
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@v5
744+
uses: actions/checkout@v6
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-main
936936
steps:
937937
- name: Clone repo
938-
uses: actions/checkout@v5
938+
uses: actions/checkout@v6
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@v5
1088+
- uses: actions/checkout@v6
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@v5
1220+
- uses: actions/checkout@v6
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 == 'main') || github.event_name == 'schedule' }} # skip-stable
13401340
steps:
1341-
- uses: actions/checkout@v5
1341+
- uses: actions/checkout@v6
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-main
13721372
steps:
1373-
- uses: actions/checkout@v5
1373+
- uses: actions/checkout@v6
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@v5
1407+
uses: actions/checkout@v6
14081408
with:
14091409
# v2 defaults to a shallow checkout, but we need at least to the previous tag
14101410
fetch-depth: 0
@@ -1500,7 +1500,7 @@ jobs:
15001500
target: x86_64-pc-windows-msvc
15011501
steps:
15021502
- name: Clone repo
1503-
uses: actions/checkout@v5
1503+
uses: actions/checkout@v6
15041504
- name: Install rustup stable
15051505
run: rustup toolchain install stable --profile minimal
15061506
- name: Install Protoc
@@ -1548,7 +1548,7 @@ jobs:
15481548
doc: # job-name
15491549
runs-on: ubuntu-latest
15501550
steps:
1551-
- uses: actions/checkout@v5
1551+
- uses: actions/checkout@v6
15521552
with:
15531553
fetch-depth: 0
15541554
- 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@v5
24+
uses: actions/checkout@v6
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@v5
11+
uses: actions/checkout@v6
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-main skip-stable
88
if: ${{ (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'schedule' }} # skip-stable
99
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
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-main skip-pr skip-stable
6464
#snap_arch: s390x # skip-pr skip-main
6565
steps:
6666
- name: Clone repo
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
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
@@ -21,7 +21,7 @@ jobs: # skip-x86_64 skip-aarch64
2121
- x86_64-apple-darwin # skip-aarch64
2222
- aarch64-apple-darwin # skip-x86_64
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
# v2 defaults to a shallow checkout, but we need at least to the previous tag
2727
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@v5
11+
- uses: actions/checkout@v6
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-main skip-pr skip-stable
4444
mingwdir: mingw32 # skip-pr skip-main
4545
gcc: i686-w64-mingw32-gcc # skip-pr skip-main
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
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)