summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-12-18 18:39:42 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-12-18 18:42:08 +0100
commitd7b493808a25335775160d8fb2f6ea3bc9ad6a80 (patch)
tree306bfc5b36a3850cc7c5e0454cc751ef9a2e6a9f
parent8f8f7f87197e43c93a38d5728870497e2fa478b2 (diff)
CI: Newer action
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/tests.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a5317b3..aa7ecf3 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
profile: minimal
target: ${{ matrix.target }}
- - uses: Swatinem/rust-cache@v1
+ - uses: Swatinem/rust-cache@v2
- name: Setup | musl tools
if: matrix.target == 'x86_64-unknown-linux-musl'
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 45a11a1..ee9a0e7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
profile: minimal
override: true
- - uses: Swatinem/rust-cache@v1
+ - uses: Swatinem/rust-cache@v2
- name: check
uses: actions-rs/cargo@v1
@@ -54,7 +54,7 @@ jobs:
components: rustfmt, clippy
override: true
- - uses: Swatinem/rust-cache@v1
+ - uses: Swatinem/rust-cache@v2
- name: fmt
run: cargo fmt --all -- --check