From e78cf6b58fdd6ed7751b927b6784fb233ca5ecdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:12:32 +0000 Subject: [PATCH] chore(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/checks.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d132993529..f055eaee3b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,7 +20,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -35,7 +35,7 @@ jobs: run: git gc - name: Save source code cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .git key: go-src-${{ github.sha }} @@ -82,7 +82,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -151,7 +151,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -187,7 +187,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }}