From 49e54cc50ad90d05910989b25b800f7255a2a8a5 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Tue, 19 Jul 2022 19:01:40 +0000 Subject: [PATCH] Update to newer version of caching action --- CHANGELOG.md | 4 ++++ action.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cdd30..38091b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. This is based on and . +### Changed + +* Update to `Swatinem/rust-cache@v2`. + ## [1.0.1] - 2022-04-20 ### Added diff --git a/action.yml b/action.yml index a816ecd..5b92618 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ runs: shell: bash - name: "Setup Rust Caching" - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: "Install Rust Problem Matcher" run: echo "::add-matcher::${{ github.action_path }}/rust.json" shell: bash