From ebea0da6752b64f779d27545b48fb263f6222f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:53:08 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 54e189adc..5c06218ad 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@v5 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@v5 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@v5 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -145,7 +145,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -181,7 +181,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }}