From a31e04f0af809d350f73b7c00bc2de4497df2fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:22:22 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0cb9db2..a10dd49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -174,7 +174,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -232,7 +232,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -292,7 +292,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -378,7 +378,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }}