diff --git a/.github/workflows/build-rust-binding.yml b/.github/workflows/build-rust-binding.yml index e092c415b12..339ae259462 100644 --- a/.github/workflows/build-rust-binding.yml +++ b/.github/workflows/build-rust-binding.yml @@ -62,7 +62,7 @@ jobs: toolchain: stable targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/build-rust-wasm.yml b/.github/workflows/build-rust-wasm.yml index 7278ee0dc42..b9e9064da04 100644 --- a/.github/workflows/build-rust-wasm.yml +++ b/.github/workflows/build-rust-wasm.yml @@ -18,7 +18,7 @@ jobs: toolchain: stable targets: wasm32-wasi - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ce148e64171..9e62528d30f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -153,7 +153,7 @@ jobs: toolchain: stable targets: wasm32-wasi - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/sync-components-types.yml b/.github/workflows/sync-components-types.yml index a5597c8187e..a24617d0d5b 100644 --- a/.github/workflows/sync-components-types.yml +++ b/.github/workflows/sync-components-types.yml @@ -26,7 +26,7 @@ jobs: # Bootstrap project - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}