Update actions/cache action to v3

This commit is contained in:
Renovate Bot 2022-03-21 11:10:06 +00:00 committed by Oskar
parent 1e314b20d5
commit 55cc15a777
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ jobs:
target: ${{ matrix.target }}
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: target

View File

@ -35,7 +35,7 @@ jobs:
components: rustfmt, clippy
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: target