aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/rust.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7f9b644b..4f391240 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -28,7 +28,7 @@ jobs:
with:
toolchain: 1.93
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -64,7 +64,7 @@ jobs:
with:
tool: cross
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -104,7 +104,7 @@ jobs:
with:
tool: cargo-nextest
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -129,7 +129,7 @@ jobs:
with:
toolchain: 1.93
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -178,7 +178,7 @@ jobs:
with:
tool: cargo-nextest
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -203,7 +203,7 @@ jobs:
toolchain: 1.93
components: clippy
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.cargo/registry