Skip to content

Commit 05d3827

Browse files
committed
ci: upgrade actions/cache@v3 -> v4
1 parent 9133616 commit 05d3827

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
rustc --version > .rustc-version
2020
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.cargo/registry

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
rustc --version > .rustc-version
2525
26-
- uses: actions/cache@v3
26+
- uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.cargo/registry

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
rustc --version > .rustc-version
2020
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: |
2424
C:/Rust/.cargo/registry

0 commit comments

Comments
 (0)