Skip to content

Commit d787735

Browse files
renovate[bot]rami3l
authored andcommitted
chore(deps): update actions/cache action to v6
1 parent 5b04442 commit d787735

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
123123
shell: bash
124124
- name: Cache cargo registry and git trees
125-
uses: actions/cache@v5
125+
uses: actions/cache@v6
126126
with:
127127
path: |
128128
~/.cargo/registry
@@ -134,7 +134,7 @@ jobs:
134134
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
135135
shell: bash
136136
- name: Cache cargo build
137-
uses: actions/cache@v5
137+
uses: actions/cache@v6
138138
with:
139139
path: target
140140
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -321,7 +321,7 @@ jobs:
321321
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
322322
shell: bash
323323
- name: Cache cargo registry and git trees
324-
uses: actions/cache@v5
324+
uses: actions/cache@v6
325325
with:
326326
path: |
327327
~/.cargo/registry
@@ -333,7 +333,7 @@ jobs:
333333
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
334334
shell: bash
335335
- name: Cache cargo build
336-
uses: actions/cache@v5
336+
uses: actions/cache@v6
337337
with:
338338
path: target
339339
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -526,7 +526,7 @@ jobs:
526526
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
527527
shell: bash
528528
- name: Cache cargo registry and git trees
529-
uses: actions/cache@v5
529+
uses: actions/cache@v6
530530
with:
531531
path: |
532532
~/.cargo/registry
@@ -538,7 +538,7 @@ jobs:
538538
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
539539
shell: bash
540540
- name: Cache cargo build
541-
uses: actions/cache@v5
541+
uses: actions/cache@v6
542542
with:
543543
path: target
544544
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -678,7 +678,7 @@ jobs:
678678
run: |
679679
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
680680
- name: Cache cargo registry and git trees
681-
uses: actions/cache@v5
681+
uses: actions/cache@v6
682682
with:
683683
path: |
684684
~/.cargo/registry
@@ -690,7 +690,7 @@ jobs:
690690
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
691691
shell: bash
692692
- name: Cache cargo build
693-
uses: actions/cache@v5
693+
uses: actions/cache@v6
694694
with:
695695
path: target
696696
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -850,7 +850,7 @@ jobs:
850850
run: |
851851
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
852852
- name: Cache cargo registry and git trees
853-
uses: actions/cache@v5
853+
uses: actions/cache@v6
854854
with:
855855
path: |
856856
~/.cargo/registry
@@ -862,7 +862,7 @@ jobs:
862862
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
863863
shell: bash
864864
- name: Cache cargo build
865-
uses: actions/cache@v5
865+
uses: actions/cache@v6
866866
with:
867867
path: target
868868
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1048,7 +1048,7 @@ jobs:
10481048
run: |
10491049
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
10501050
- name: Cache cargo registry and git trees
1051-
uses: actions/cache@v5
1051+
uses: actions/cache@v6
10521052
with:
10531053
path: |
10541054
~/.cargo/registry
@@ -1060,7 +1060,7 @@ jobs:
10601060
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
10611061
shell: bash
10621062
- name: Cache cargo build
1063-
uses: actions/cache@v5
1063+
uses: actions/cache@v6
10641064
with:
10651065
path: target
10661066
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1203,7 +1203,7 @@ jobs:
12031203
run: |
12041204
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
12051205
- name: Cache cargo registry and git trees
1206-
uses: actions/cache@v5
1206+
uses: actions/cache@v6
12071207
with:
12081208
path: |
12091209
~/.cargo/registry
@@ -1215,7 +1215,7 @@ jobs:
12151215
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
12161216
shell: bash
12171217
- name: Cache cargo build
1218-
uses: actions/cache@v5
1218+
uses: actions/cache@v6
12191219
with:
12201220
path: target
12211221
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1335,7 +1335,7 @@ jobs:
13351335
run: |
13361336
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
13371337
- name: Cache cargo registry and git trees
1338-
uses: actions/cache@v5
1338+
uses: actions/cache@v6
13391339
with:
13401340
path: |
13411341
~/.cargo/registry
@@ -1347,7 +1347,7 @@ jobs:
13471347
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
13481348
shell: bash
13491349
- name: Cache cargo build
1350-
uses: actions/cache@v5
1350+
uses: actions/cache@v6
13511351
with:
13521352
path: target
13531353
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1519,7 +1519,7 @@ jobs:
15191519
run: |
15201520
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
15211521
- name: Cache cargo registry and git trees
1522-
uses: actions/cache@v5
1522+
uses: actions/cache@v6
15231523
with:
15241524
path: |
15251525
~/.cargo/registry
@@ -1531,7 +1531,7 @@ jobs:
15311531
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
15321532
shell: bash
15331533
- name: Cache cargo build
1534-
uses: actions/cache@v5
1534+
uses: actions/cache@v6
15351535
with:
15361536
path: target
15371537
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@v5
33+
uses: actions/cache@v6
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@v5
45+
uses: actions/cache@v6
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
@@ -89,7 +89,7 @@ jobs: # skip-main skip-pr skip-stable
8989
run: |
9090
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
9191
- name: Cache cargo registry and git trees
92-
uses: actions/cache@v5
92+
uses: actions/cache@v6
9393
with:
9494
path: |
9595
~/.cargo/registry
@@ -101,7 +101,7 @@ jobs: # skip-main skip-pr skip-stable
101101
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
102102
shell: bash
103103
- name: Cache cargo build
104-
uses: actions/cache@v5
104+
uses: actions/cache@v6
105105
with:
106106
path: target
107107
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@v5
49+
uses: actions/cache@v6
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@v5
61+
uses: actions/cache@v6
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
@@ -113,7 +113,7 @@ jobs: # skip-main skip-pr skip-stable
113113
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
114114
shell: bash
115115
- name: Cache cargo registry and git trees
116-
uses: actions/cache@v5
116+
uses: actions/cache@v6
117117
with:
118118
path: |
119119
~/.cargo/registry
@@ -125,7 +125,7 @@ jobs: # skip-main skip-pr skip-stable
125125
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
126126
shell: bash
127127
- name: Cache cargo build
128-
uses: actions/cache@v5
128+
uses: actions/cache@v6
129129
with:
130130
path: target
131131
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)