We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a2385 commit 49e54ccCopy full SHA for 49e54cc
CHANGELOG.md
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
* Add rustc version output suitable as a cache key.
15
This is based on <https://github.com/dtolnay/rust-toolchain/pull/20> and <https://github.com/dtolnay/rust-toolchain/pull/17>.
16
17
+### Changed
18
+
19
+* Update to `Swatinem/rust-cache@v2`.
20
21
## [1.0.1] - 2022-04-20
22
23
### Added
action.yml
@@ -80,7 +80,7 @@ runs:
80
shell: bash
81
82
- name: "Setup Rust Caching"
83
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
84
- name: "Install Rust Problem Matcher"
85
run: echo "::add-matcher::${{ github.action_path }}/rust.json"
86
0 commit comments