From ae6246eb816ca5788e12ebddb77af36bedeb0c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:00:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/actions/go-setup/action.yaml | 2 +- .github/actions/golangci-lint-setup/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/go-setup/action.yaml b/.github/actions/go-setup/action.yaml index aa4cf4f7..3a1bc2e0 100644 --- a/.github/actions/go-setup/action.yaml +++ b/.github/actions/go-setup/action.yaml @@ -6,7 +6,7 @@ runs: using: composite steps: - name: Setup cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: | ~/.cache/go-build diff --git a/.github/actions/golangci-lint-setup/action.yaml b/.github/actions/golangci-lint-setup/action.yaml index d0052c46..28ee4252 100644 --- a/.github/actions/golangci-lint-setup/action.yaml +++ b/.github/actions/golangci-lint-setup/action.yaml @@ -12,7 +12,7 @@ runs: run: | echo "GOLANGCI_LINT_CACHE=$HOME/.cache/golangci-lint" >> $GITHUB_ENV - name: Setup cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: ${{ env.GOLANGCI_LINT_CACHE }} key: ${{ runner.os }}-golangci-lint-cache-${{ hashFiles('**/go.sum') }}