Skip to content

Commit

Permalink
Bump CI action rust-cache
Browse files Browse the repository at this point in the history
We're getting deprecation warnings for GitHubs save-state command when
using v1 of this action. Bumping this action to the latest version irons
this out.
  • Loading branch information
sirhcel authored and eldruin committed May 13, 2024
1 parent df5fa7d commit d6b92be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
toolchain: ${{ inputs.toolchain }}

- name: Build | rust-cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Build | build library (default features)
run: cargo build --target=${{ inputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
components: clippy, rustfmt

- name: Lint | rust-cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Lint | check formatting
run: cargo fmt -- --check
Expand Down

0 comments on commit d6b92be

Please sign in to comment.