From eac0e97a46e8a610e1dc87ba8393c295165474c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:30:59 +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/ci.yml | 2 +- .github/workflows/go-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 087f21d..1025092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Restore go build cache ⏬ - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/go-build key: ${{ runner.os }}-go-build-v1 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 1b0d89e..0f8a4f6 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Restore go build cache ⏬ - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/go-build key: ${{ runner.os }}-go-build-v1 @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Restore go build cache ⏬ - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/go-build key: ${{ runner.os }}-go-build-v1