Skip to content

Commit a81e510

Browse files
build(deps): bump actions/cache from 3 to 4
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aefff50 commit a81e510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
targets: ${{ inputs.rust-target }}
7070
components: clippy, rustfmt
7171
- name: Set up cargo cache
72-
uses: actions/cache@v3
72+
uses: actions/cache@v4
7373
continue-on-error: false
7474
with:
7575
path: |

.github/workflows/integrationtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
nix_path: nixpkgs=channel:nixos-23.05
3131
- uses: DeterminateSystems/magic-nix-cache-action@main
3232
- name: Set up cargo cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
continue-on-error: false
3535
with:
3636
path: |

0 commit comments

Comments
 (0)