Skip to content

Commit c6f81da

Browse files
renovate[bot]rami3l
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent 9955b9f commit c6f81da

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
7676
shell: bash
7777
- name: Cache cargo registry and git trees
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
with:
8080
path: |
8181
~/.cargo/registry
@@ -87,7 +87,7 @@ jobs:
8787
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
8888
shell: bash
8989
- name: Cache cargo build
90-
uses: actions/cache@v3
90+
uses: actions/cache@v4
9191
with:
9292
path: target
9393
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -212,7 +212,7 @@ jobs:
212212
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
213213
shell: bash
214214
- name: Cache cargo registry and git trees
215-
uses: actions/cache@v3
215+
uses: actions/cache@v4
216216
with:
217217
path: |
218218
~/.cargo/registry
@@ -224,7 +224,7 @@ jobs:
224224
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
225225
shell: bash
226226
- name: Cache cargo build
227-
uses: actions/cache@v3
227+
uses: actions/cache@v4
228228
with:
229229
path: target
230230
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -354,7 +354,7 @@ jobs:
354354
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
355355
shell: bash
356356
- name: Cache cargo registry and git trees
357-
uses: actions/cache@v3
357+
uses: actions/cache@v4
358358
with:
359359
path: |
360360
~/.cargo/registry
@@ -366,7 +366,7 @@ jobs:
366366
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
367367
shell: bash
368368
- name: Cache cargo build
369-
uses: actions/cache@v3
369+
uses: actions/cache@v4
370370
with:
371371
path: target
372372
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -475,7 +475,7 @@ jobs:
475475
run: |
476476
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
477477
- name: Cache cargo registry and git trees
478-
uses: actions/cache@v3
478+
uses: actions/cache@v4
479479
with:
480480
path: |
481481
~/.cargo/registry
@@ -487,7 +487,7 @@ jobs:
487487
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
488488
shell: bash
489489
- name: Cache cargo build
490-
uses: actions/cache@v3
490+
uses: actions/cache@v4
491491
with:
492492
path: target
493493
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -624,7 +624,7 @@ jobs:
624624
run: |
625625
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
626626
- name: Cache cargo registry and git trees
627-
uses: actions/cache@v3
627+
uses: actions/cache@v4
628628
with:
629629
path: |
630630
~/.cargo/registry
@@ -636,7 +636,7 @@ jobs:
636636
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
637637
shell: bash
638638
- name: Cache cargo build
639-
uses: actions/cache@v3
639+
uses: actions/cache@v4
640640
with:
641641
path: target
642642
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -799,7 +799,7 @@ jobs:
799799
run: |
800800
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
801801
- name: Cache cargo registry and git trees
802-
uses: actions/cache@v3
802+
uses: actions/cache@v4
803803
with:
804804
path: |
805805
~/.cargo/registry
@@ -811,7 +811,7 @@ jobs:
811811
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
812812
shell: bash
813813
- name: Cache cargo build
814-
uses: actions/cache@v3
814+
uses: actions/cache@v4
815815
with:
816816
path: target
817817
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -938,7 +938,7 @@ jobs:
938938
run: |
939939
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
940940
- name: Cache cargo registry and git trees
941-
uses: actions/cache@v3
941+
uses: actions/cache@v4
942942
with:
943943
path: |
944944
~/.cargo/registry
@@ -950,7 +950,7 @@ jobs:
950950
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
951951
shell: bash
952952
- name: Cache cargo build
953-
uses: actions/cache@v3
953+
uses: actions/cache@v4
954954
with:
955955
path: target
956956
key: ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1079,7 +1079,7 @@ jobs:
10791079
run: |
10801080
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
10811081
- name: Cache cargo registry and git trees
1082-
uses: actions/cache@v3
1082+
uses: actions/cache@v4
10831083
with:
10841084
path: |
10851085
~/.cargo/registry
@@ -1091,7 +1091,7 @@ jobs:
10911091
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
10921092
shell: bash
10931093
- name: Cache cargo build
1094-
uses: actions/cache@v3
1094+
uses: actions/cache@v4
10951095
with:
10961096
path: target
10971097
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@v3
33+
uses: actions/cache@v4
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@v3
45+
uses: actions/cache@v4
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
@@ -81,7 +81,7 @@ jobs: # skip-master skip-pr skip-stable
8181
run: |
8282
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8383
- name: Cache cargo registry and git trees
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
with:
8686
path: |
8787
~/.cargo/registry
@@ -93,7 +93,7 @@ jobs: # skip-master skip-pr skip-stable
9393
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
9494
shell: bash
9595
- name: Cache cargo build
96-
uses: actions/cache@v3
96+
uses: actions/cache@v4
9797
with:
9898
path: target
9999
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
@@ -41,7 +41,7 @@ jobs: # skip-all
4141
run: |
4242
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
4343
- name: Cache cargo registry and git trees
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: |
4747
~/.cargo/registry
@@ -53,7 +53,7 @@ jobs: # skip-all
5353
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
5454
shell: bash
5555
- name: Cache cargo build
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: target
5959
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
@@ -71,7 +71,7 @@ jobs: # skip-master skip-pr skip-stable
7171
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
7272
shell: bash
7373
- name: Cache cargo registry and git trees
74-
uses: actions/cache@v3
74+
uses: actions/cache@v4
7575
with:
7676
path: |
7777
~/.cargo/registry
@@ -83,7 +83,7 @@ jobs: # skip-master skip-pr skip-stable
8383
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
8484
shell: bash
8585
- name: Cache cargo build
86-
uses: actions/cache@v3
86+
uses: actions/cache@v4
8787
with:
8888
path: target
8989
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)