Update to newer version of caching action

This commit is contained in:
Jonas Bushart 2022-07-19 19:01:40 +00:00 committed by GitHub
parent 29a2385140
commit 49e54cc50a
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add rustc version output suitable as a cache key. * Add rustc version output suitable as a cache key.
This is based on <https://github.com/dtolnay/rust-toolchain/pull/20> and <https://github.com/dtolnay/rust-toolchain/pull/17>. This is based on <https://github.com/dtolnay/rust-toolchain/pull/20> and <https://github.com/dtolnay/rust-toolchain/pull/17>.
### Changed
* Update to `Swatinem/rust-cache@v2`.
## [1.0.1] - 2022-04-20 ## [1.0.1] - 2022-04-20
### Added ### Added

View File

@ -80,7 +80,7 @@ runs:
shell: bash shell: bash
- name: "Setup Rust Caching" - name: "Setup Rust Caching"
uses: Swatinem/rust-cache@v1 uses: Swatinem/rust-cache@v2
- name: "Install Rust Problem Matcher" - name: "Install Rust Problem Matcher"
run: echo "::add-matcher::${{ github.action_path }}/rust.json" run: echo "::add-matcher::${{ github.action_path }}/rust.json"
shell: bash shell: bash