ci: Don't use specific Swatinem/rust-cache revision

This commit is contained in:
Daniel Jacobs 2022-12-01 17:02:44 -05:00 committed by kmeisthax
parent 1355f11e6b
commit dca2fa8d35
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers
- name: Cache Cargo output
uses: Swatinem/rust-cache@90429b3dea365e9a1b0cb82d7f98aabf3089dc63
uses: Swatinem/rust-cache@v2
with:
shared-key: "desktop"

View File

@ -52,7 +52,7 @@ jobs:
targets: wasm32-unknown-unknown
- name: Cache Cargo output
uses: Swatinem/rust-cache@90429b3dea365e9a1b0cb82d7f98aabf3089dc63
uses: Swatinem/rust-cache@v2
with:
shared-key: "web"