diff --git a/.github/workflows/lint-fmt.yml b/.github/workflows/lint-fmt.yml index 69a6fc83..d4141de9 100644 --- a/.github/workflows/lint-fmt.yml +++ b/.github/workflows/lint-fmt.yml @@ -16,7 +16,7 @@ jobs: toolchain: stable components: rustfmt - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -41,7 +41,7 @@ jobs: components: clippy target: wasm32-unknown-unknown - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e97497b6..0a851dce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: toolchain: ${{ matrix.rust-version }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -55,7 +55,7 @@ jobs: with: version: 'latest' - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -97,7 +97,7 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -131,7 +131,7 @@ jobs: target: wasm32-unknown-unknown components: rust-src - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -169,7 +169,7 @@ jobs: rm -rf wasmtime-v43.0.0-x86_64-linux.tar.xz wasmtime-v43.0.0-x86_64-linux chmod +x ~/wasmtime - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -209,7 +209,7 @@ jobs: with: version: 'latest' - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -260,7 +260,7 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry