From 08b50b7f8642d769287cbceecb1495bc0f13aeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:12:48 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm_cache.yml | 2 +- .github/workflows/npm_check.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm_cache.yml b/.github/workflows/npm_cache.yml index f885743..1053326 100644 --- a/.github/workflows/npm_cache.yml +++ b/.github/workflows/npm_cache.yml @@ -19,7 +19,7 @@ jobs: node-version: 20 - name: cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ format('{0}/node_modules', inputs.src-dir) }} key: ${{ runner.os }}-${{ hashFiles(format('{0}/package*.json', inputs.src-dir)) }} diff --git a/.github/workflows/npm_check.yml b/.github/workflows/npm_check.yml index 0925ddb..fa03804 100644 --- a/.github/workflows/npm_check.yml +++ b/.github/workflows/npm_check.yml @@ -39,7 +39,7 @@ jobs: node-version: 20 - name: cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ format('{0}/node_modules', inputs.src-dir) }} key: ${{ runner.os }}-${{ hashFiles(format('{0}/package*.json', inputs.src-dir)) }} @@ -63,7 +63,7 @@ jobs: node-version: 20 - name: cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ format('{0}/node_modules', inputs.src-dir) }} key: ${{ runner.os }}-${{ hashFiles(format('{0}/package*.json', inputs.src-dir)) }} @@ -87,7 +87,7 @@ jobs: node-version: 20 - name: cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ format('{0}/node_modules', inputs.src-dir) }} key: ${{ runner.os }}-${{ hashFiles(format('{0}/package*.json', inputs.src-dir)) }}