Merge pull request #300 from rustic-rs/dependabot/github_actions/Swatinem/rust-cache-2

build(deps): bump Swatinem/rust-cache from 1 to 2
This commit is contained in:
aawsome 2022-11-18 06:51:32 +01:00 committed by GitHub
commit cfb7a23aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
toolchain: stable
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}