From 2a2f2ed9568907e6bca8c134f94a8188a539a08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:07:21 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/javascript-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a92e6be3..792dad06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: node-version: 20 - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }} @@ -321,7 +321,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/javascript-release.yml b/.github/workflows/javascript-release.yml index 5201e360..734fe207 100644 --- a/.github/workflows/javascript-release.yml +++ b/.github/workflows/javascript-release.yml @@ -107,7 +107,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -250,7 +250,7 @@ jobs: cache-dependency-path: bindings/javascript/yarn.lock - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .yarn/cache key: npm-cache-ubuntu-22.04-release