From 10f7b99850ffa263841d3d8d4773781174e02a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:23:11 +0000 Subject: [PATCH] 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/ci.yml | 14 +++++++------- .github/workflows/release.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcbd7339..9d46f1d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ${{ runner.tool_cache }}/cargo-vet key: cargo-vet-bin-${{ env.CARGO_VET_REV }} @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache-cargo with: path: | @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -191,7 +191,7 @@ jobs: with: python-version: '3.13' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -336,7 +336,7 @@ jobs: python-version: '3.13' architecture: ${{ matrix.target.architecture }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -379,7 +379,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -395,7 +395,7 @@ jobs: run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} if: startsWith(runner.os, 'Linux') - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ${{ steps.npm-cache-dir.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23a2d782..ad7db5a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/