Update actions/cache action to v3

This commit is contained in:
Renovate Bot 2022-03-21 11:10:06 +00:00
parent 35ce86cd5a
commit 70b35991a1
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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