CI: Update cache action

main
Jan-Erik Rediger 2022-12-18 18:48:32 +01:00
parent 7256e9e72e
commit a246c699aa
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
profile: minimal profile: minimal
target: ${{ matrix.target }} target: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v2
- name: Setup | musl tools - name: Setup | musl tools
if: matrix.target == 'x86_64-unknown-linux-musl' if: matrix.target == 'x86_64-unknown-linux-musl'