From 088e7c9ba7a6a5ff31d4a2a06702a1b65312ac27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:10:08 +0000 Subject: [PATCH] chore(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 | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release-snapshot.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sdk-examples.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 180bfdee4..75aecf42b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a09fe702b..6e2d1cd57 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 1c5da179b..eec772f8d 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -23,7 +23,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 194a45643..e1c272399 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/sdk-examples.yml b/.github/workflows/sdk-examples.yml index a5aa6d875..1304ee13e 100644 --- a/.github/workflows/sdk-examples.yml +++ b/.github/workflows/sdk-examples.yml @@ -22,7 +22,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules