diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 59a81078..6346f1dd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,17 +41,17 @@ jobs: - name: Add WASM target run: rustup target add wasm32-unknown-unknown - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 with: path: ~/.cargo/git key: ${{ runner.os }}-cargo-git-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 with: path: target key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}