Skip to content

Commit bbd8e5e

Browse files
chore(ci)(deps): bump actions/cache from 3 to 4 (#282)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e9286e commit bbd8e5e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
zstd
3737
3838
- name: Cache cargo registry
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: |
4242
~/.cargo/registry

.github/workflows/vm-execution-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
components: rustfmt, clippy
5151

5252
- name: Cache cargo dependencies
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: |
5656
~/.cargo/bin/
@@ -128,7 +128,7 @@ jobs:
128128
curl
129129
130130
- name: Cache cargo dependencies
131-
uses: actions/cache@v3
131+
uses: actions/cache@v4
132132
with:
133133
path: |
134134
~/.cargo/bin/
@@ -219,7 +219,7 @@ jobs:
219219
override: true
220220

221221
- name: Cache cargo dependencies
222-
uses: actions/cache@v3
222+
uses: actions/cache@v4
223223
with:
224224
path: |
225225
~/.cargo/bin/
@@ -296,7 +296,7 @@ jobs:
296296
override: true
297297

298298
- name: Cache cargo dependencies
299-
uses: actions/cache@v3
299+
uses: actions/cache@v4
300300
with:
301301
path: |
302302
~/.cargo/bin/
@@ -388,7 +388,7 @@ jobs:
388388
override: true
389389

390390
- name: Cache cargo dependencies
391-
uses: actions/cache@v3
391+
uses: actions/cache@v4
392392
with:
393393
path: |
394394
~/.cargo/bin/
@@ -480,7 +480,7 @@ jobs:
480480
override: true
481481

482482
- name: Cache cargo dependencies
483-
uses: actions/cache@v3
483+
uses: actions/cache@v4
484484
with:
485485
path: |
486486
~/.cargo/bin/
@@ -626,7 +626,7 @@ jobs:
626626
sudo mv grcov /usr/local/bin/
627627
628628
- name: Cache cargo dependencies
629-
uses: actions/cache@v3
629+
uses: actions/cache@v4
630630
with:
631631
path: |
632632
~/.cargo/bin/

0 commit comments

Comments
 (0)