Skip to content

Commit c2275f4

Browse files
authored
Merge pull request #200 from rust-osdev/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 9b42ddd + a81e510 commit c2275f4

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)