Skip to content

Commit 49e54cc

Browse files
authored
Update to newer version of caching action
1 parent 29a2385 commit 49e54cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
* Add rustc version output suitable as a cache key.
1515
This is based on <https://github.com/dtolnay/rust-toolchain/pull/20> and <https://github.com/dtolnay/rust-toolchain/pull/17>.
1616

17+
### Changed
18+
19+
* Update to `Swatinem/rust-cache@v2`.
20+
1721
## [1.0.1] - 2022-04-20
1822

1923
### Added

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
shell: bash
8181

8282
- name: "Setup Rust Caching"
83-
uses: Swatinem/rust-cache@v1
83+
uses: Swatinem/rust-cache@v2
8484
- name: "Install Rust Problem Matcher"
8585
run: echo "::add-matcher::${{ github.action_path }}/rust.json"
8686
shell: bash

0 commit comments

Comments
 (0)