From be25840a7161946b1dfb40c2b87d74608995c10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:27:14 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yml | 2 +- .github/workflows/legacy-build-deploy.yml | 2 +- .github/workflows/previews-cf.yml | 2 +- .github/workflows/test-all.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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