From 634ca57243534aa41a5d6ac90b635f54db498280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:00:42 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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/static.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index 9db48939..e641ad18 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -13,7 +13,7 @@ jobs: with: node-version-file: '.nvmrc' - run: npm ci - - uses: actions/cache/save@v5 + - uses: actions/cache/save@v6 with: path: node_modules/ key: ${{ runner.os }}-${{ github.run_id }}${{ github.run_number }} @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 with: path: node_modules/ key: ${{ runner.os }}-${{ github.run_id }}${{ github.run_number }} @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 id: restore-cache with: path: node_modules/ @@ -60,7 +60,7 @@ jobs: env: PROXY_URL: ${{ secrets.SOLVERR_PROXY_URL }} - name: Save Cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | data/patchlogs.json @@ -72,7 +72,7 @@ jobs: needs: [build, lint] steps: - uses: actions/checkout@v7 - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 with: path: | data/patchlogs.json