Update rust-cache GHA in deploy workflow

This action was way outdated, produced a lot of warnings and didn't seem to work
anymore.
This commit is contained in:
Philipp Krones 2023-11-16 19:31:06 +01:00
parent 406d953820
commit 8d89cc4307
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -52,7 +52,9 @@ jobs:
run: cargo generate-lockfile run: cargo generate-lockfile
- name: Cache - name: Cache
uses: Swatinem/rust-cache@v1.3.0 uses: Swatinem/rust-cache@v2.7.0
with:
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: cargo collect-metadata - name: cargo collect-metadata
run: cargo collect-metadata run: cargo collect-metadata