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

@ -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