Update to newer version of caching action
This commit is contained in:
parent
29a2385140
commit
49e54cc50a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue