Skip to content

Commit 7427121

Browse files
renovate[bot]djc
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent 2d80024 commit 7427121

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
9494
shell: bash
9595
- name: Cache cargo registry and git trees
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: |
9999
~/.cargo/registry
@@ -105,7 +105,7 @@ jobs:
105105
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
106106
shell: bash
107107
- name: Cache cargo build
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
with:
110110
path: target
111111
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -265,7 +265,7 @@ jobs:
265265
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
266266
shell: bash
267267
- name: Cache cargo registry and git trees
268-
uses: actions/cache@v4
268+
uses: actions/cache@v5
269269
with:
270270
path: |
271271
~/.cargo/registry
@@ -277,7 +277,7 @@ jobs:
277277
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
278278
shell: bash
279279
- name: Cache cargo build
280-
uses: actions/cache@v4
280+
uses: actions/cache@v5
281281
with:
282282
path: target
283283
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -443,7 +443,7 @@ jobs:
443443
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
444444
shell: bash
445445
- name: Cache cargo registry and git trees
446-
uses: actions/cache@v4
446+
uses: actions/cache@v5
447447
with:
448448
path: |
449449
~/.cargo/registry
@@ -455,7 +455,7 @@ jobs:
455455
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
456456
shell: bash
457457
- name: Cache cargo build
458-
uses: actions/cache@v4
458+
uses: actions/cache@v5
459459
with:
460460
path: target
461461
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -595,7 +595,7 @@ jobs:
595595
run: |
596596
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
597597
- name: Cache cargo registry and git trees
598-
uses: actions/cache@v4
598+
uses: actions/cache@v5
599599
with:
600600
path: |
601601
~/.cargo/registry
@@ -607,7 +607,7 @@ jobs:
607607
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
608608
shell: bash
609609
- name: Cache cargo build
610-
uses: actions/cache@v4
610+
uses: actions/cache@v5
611611
with:
612612
path: target
613613
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -764,7 +764,7 @@ jobs:
764764
run: |
765765
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
766766
- name: Cache cargo registry and git trees
767-
uses: actions/cache@v4
767+
uses: actions/cache@v5
768768
with:
769769
path: |
770770
~/.cargo/registry
@@ -776,7 +776,7 @@ jobs:
776776
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
777777
shell: bash
778778
- name: Cache cargo build
779-
uses: actions/cache@v4
779+
uses: actions/cache@v5
780780
with:
781781
path: target
782782
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -958,7 +958,7 @@ jobs:
958958
run: |
959959
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
960960
- name: Cache cargo registry and git trees
961-
uses: actions/cache@v4
961+
uses: actions/cache@v5
962962
with:
963963
path: |
964964
~/.cargo/registry
@@ -970,7 +970,7 @@ jobs:
970970
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
971971
shell: bash
972972
- name: Cache cargo build
973-
uses: actions/cache@v4
973+
uses: actions/cache@v5
974974
with:
975975
path: target
976976
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1110,7 +1110,7 @@ jobs:
11101110
run: |
11111111
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
11121112
- name: Cache cargo registry and git trees
1113-
uses: actions/cache@v4
1113+
uses: actions/cache@v5
11141114
with:
11151115
path: |
11161116
~/.cargo/registry
@@ -1122,7 +1122,7 @@ jobs:
11221122
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
11231123
shell: bash
11241124
- name: Cache cargo build
1125-
uses: actions/cache@v4
1125+
uses: actions/cache@v5
11261126
with:
11271127
path: target
11281128
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1242,7 +1242,7 @@ jobs:
12421242
run: |
12431243
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
12441244
- name: Cache cargo registry and git trees
1245-
uses: actions/cache@v4
1245+
uses: actions/cache@v5
12461246
with:
12471247
path: |
12481248
~/.cargo/registry
@@ -1254,7 +1254,7 @@ jobs:
12541254
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
12551255
shell: bash
12561256
- name: Cache cargo build
1257-
uses: actions/cache@v4
1257+
uses: actions/cache@v5
12581258
with:
12591259
path: target
12601260
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1426,7 +1426,7 @@ jobs:
14261426
run: |
14271427
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
14281428
- name: Cache cargo registry and git trees
1429-
uses: actions/cache@v4
1429+
uses: actions/cache@v5
14301430
with:
14311431
path: |
14321432
~/.cargo/registry
@@ -1438,7 +1438,7 @@ jobs:
14381438
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
14391439
shell: bash
14401440
- name: Cache cargo build
1441-
uses: actions/cache@v4
1441+
uses: actions/cache@v5
14421442
with:
14431443
path: target
14441444
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ runner.os }}-cargo-clippy-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs: # skip-all
3030
run: |
3131
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3232
- name: Cache cargo registry and git trees
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: |
3636
~/.cargo/registry
@@ -42,7 +42,7 @@ jobs: # skip-all
4242
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
4343
shell: bash
4444
- name: Cache cargo build
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: target
4848
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ runner.os }}-cargo-clippy-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs: # skip-main skip-pr skip-stable
8787
run: |
8888
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8989
- name: Cache cargo registry and git trees
90-
uses: actions/cache@v4
90+
uses: actions/cache@v5
9191
with:
9292
path: |
9393
~/.cargo/registry
@@ -99,7 +99,7 @@ jobs: # skip-main skip-pr skip-stable
9999
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
100100
shell: bash
101101
- name: Cache cargo build
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: target
105105
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs: # skip-x86_64 skip-aarch64
4646
run: |
4747
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
4848
- name: Cache cargo registry and git trees
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: |
5252
~/.cargo/registry
@@ -58,7 +58,7 @@ jobs: # skip-x86_64 skip-aarch64
5858
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
5959
shell: bash
6060
- name: Cache cargo build
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
with:
6363
path: target
6464
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs: # skip-main skip-pr skip-stable
8686
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8787
shell: bash
8888
- name: Cache cargo registry and git trees
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: |
9292
~/.cargo/registry
@@ -98,7 +98,7 @@ jobs: # skip-main skip-pr skip-stable
9898
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
9999
shell: bash
100100
- name: Cache cargo build
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: target
104104
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)