From 0b6befd9c3f249a16e28c3751d58a96c22a70472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:52:17 +0000 Subject: [PATCH] ci(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/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc82612..b1aed37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }} @@ -56,7 +56,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} @@ -99,7 +99,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} @@ -146,7 +146,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} @@ -176,7 +176,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae5fef8..dde5942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }}