diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index dd8313fde..6f2a7ccc8 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -46,7 +46,7 @@ jobs: - name: Cache Rust Output id: rust-output-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | wasm_module/pkg diff --git a/.github/workflows/legacy-build-deploy.yml b/.github/workflows/legacy-build-deploy.yml index 4aa3abd80..7e62dc031 100644 --- a/.github/workflows/legacy-build-deploy.yml +++ b/.github/workflows/legacy-build-deploy.yml @@ -30,7 +30,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/previews-cf.yml b/.github/workflows/previews-cf.yml index 548880360..cf8ca3a99 100644 --- a/.github/workflows/previews-cf.yml +++ b/.github/workflows/previews-cf.yml @@ -55,7 +55,7 @@ jobs: - name: Cache Rust Output id: rust-output-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | wasm_module/pkg diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 32ee82d79..e24af6763 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -36,7 +36,7 @@ jobs: - name: Cache Rust Output id: rust-output-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | wasm_module/pkg