Skip to content

Commit

Permalink
fix(ci): Upgrade cache action version to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Aug 5, 2023
1 parent 57aab5e commit d7beb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
aarch64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu ;;
esac
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
# not reuse cache between different targets:
# https://github.com/cross-rs/cross/issues/39#issuecomment-270684223
Expand Down

0 comments on commit d7beb77

Please sign in to comment.