Skip to content

Commit 957b0c3

Browse files
renovate[bot]rami3l
authored andcommitted
chore(deps): update actions/checkout action to v7
1 parent 123e4b0 commit 957b0c3

8 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/ci.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
os: windows-11-arm
5454
run_tests: YES
5555
steps:
56-
- uses: actions/checkout@v6
56+
- uses: actions/checkout@v7
5757
# v2 defaults to a shallow checkout, but we need at least to the previous tag
5858
with:
5959
fetch-depth: 0
@@ -225,7 +225,7 @@ jobs:
225225
os: windows-11-arm
226226
run_tests: YES
227227
steps:
228-
- uses: actions/checkout@v6
228+
- uses: actions/checkout@v7
229229
# v2 defaults to a shallow checkout, but we need at least to the previous tag
230230
with:
231231
fetch-depth: 0
@@ -403,7 +403,7 @@ jobs:
403403
mingwdir: mingw32 # skip-pr skip-main
404404
gcc: i686-w64-mingw32-gcc # skip-pr skip-main
405405
steps:
406-
- uses: actions/checkout@v6
406+
- uses: actions/checkout@v7
407407
# v2 defaults to a shallow checkout, but we need at least to the previous tag
408408
with:
409409
fetch-depth: 0
@@ -574,7 +574,7 @@ jobs:
574574
#snap_arch: armhf
575575
steps:
576576
- name: Clone repo
577-
uses: actions/checkout@v6
577+
uses: actions/checkout@v7
578578
with:
579579
# v2 defaults to a shallow checkout, but we need at least to the previous tag
580580
fetch-depth: 0
@@ -746,7 +746,7 @@ jobs:
746746
#snap_arch: armhf
747747
steps:
748748
- name: Clone repo
749-
uses: actions/checkout@v6
749+
uses: actions/checkout@v7
750750
with:
751751
# v2 defaults to a shallow checkout, but we need at least to the previous tag
752752
fetch-depth: 0
@@ -944,7 +944,7 @@ jobs:
944944
#snap_arch: s390x # skip-pr skip-main
945945
steps:
946946
- name: Clone repo
947-
uses: actions/checkout@v6
947+
uses: actions/checkout@v7
948948
with:
949949
# v2 defaults to a shallow checkout, but we need at least to the previous tag
950950
fetch-depth: 0
@@ -1097,7 +1097,7 @@ jobs:
10971097
target:
10981098
- x86_64-apple-darwin # skip-aarch64
10991099
steps:
1100-
- uses: actions/checkout@v6
1100+
- uses: actions/checkout@v7
11011101
with:
11021102
# v2 defaults to a shallow checkout, but we need at least to the previous tag
11031103
fetch-depth: 0
@@ -1229,7 +1229,7 @@ jobs:
12291229
target:
12301230
- aarch64-apple-darwin # skip-x86_64
12311231
steps:
1232-
- uses: actions/checkout@v6
1232+
- uses: actions/checkout@v7
12331233
with:
12341234
# v2 defaults to a shallow checkout, but we need at least to the previous tag
12351235
fetch-depth: 0
@@ -1350,7 +1350,7 @@ jobs:
13501350
runs-on: ubuntu-latest
13511351
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'release/'))) || contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }} # skip-stable
13521352
steps:
1353-
- uses: actions/checkout@v6
1353+
- uses: actions/checkout@v7
13541354
with:
13551355
# v2 defaults to a shallow checkout, but we need at least to the previous tag
13561356
fetch-depth: 0
@@ -1382,7 +1382,7 @@ jobs:
13821382
runs-on: ubuntu-latest
13831383
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main
13841384
steps:
1385-
- uses: actions/checkout@v6
1385+
- uses: actions/checkout@v7
13861386
with:
13871387
# v2 defaults to a shallow checkout, but we need at least to the previous tag
13881388
fetch-depth: 0
@@ -1416,7 +1416,7 @@ jobs:
14161416
fail-fast: false
14171417
steps:
14181418
- name: Clone repo
1419-
uses: actions/checkout@v6
1419+
uses: actions/checkout@v7
14201420
with:
14211421
# v2 defaults to a shallow checkout, but we need at least to the previous tag
14221422
fetch-depth: 0
@@ -1512,7 +1512,7 @@ jobs:
15121512
target: x86_64-pc-windows-msvc
15131513
steps:
15141514
- name: Clone repo
1515-
uses: actions/checkout@v6
1515+
uses: actions/checkout@v7
15161516
- name: Install rustup stable
15171517
run: rustup toolchain install stable --profile minimal
15181518
- name: Install OpenSSL
@@ -1555,7 +1555,7 @@ jobs:
15551555
doc: # job-name
15561556
runs-on: ubuntu-latest
15571557
steps:
1558-
- uses: actions/checkout@v6
1558+
- uses: actions/checkout@v7
15591559
with:
15601560
fetch-depth: 0
15611561
- 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@v6
24+
uses: actions/checkout@v7
2525
- name: Install rustup stable
2626
run: rustup toolchain install stable --profile minimal
2727
- name: Install OpenSSL

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@v6
11+
uses: actions/checkout@v7
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' || startsWith(github.ref_name, 'release/'))) || contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }} # skip-stable
99
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
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
@@ -66,7 +66,7 @@ jobs: # skip-main skip-pr skip-stable
6666
#snap_arch: s390x # skip-pr skip-main
6767
steps:
6868
- name: Clone repo
69-
uses: actions/checkout@v6
69+
uses: actions/checkout@v7
7070
with:
7171
# v2 defaults to a shallow checkout, but we need at least to the previous tag
7272
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@v6
24+
- uses: actions/checkout@v7
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@v6
11+
- uses: actions/checkout@v7
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@v6
47+
- uses: actions/checkout@v7
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)