From 6f3b8eb8c8c48edc3529ed28c9755db30a999bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:21:27 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 ed1ac8e5..2fa7562d 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 with: path: | ~/.cache/go-build diff --git a/.github/actions/golangci-lint-setup/action.yaml b/.github/actions/golangci-lint-setup/action.yaml index 21742752..286c5243 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 with: path: ${{ env.GOLANGCI_LINT_CACHE }} key: ${{ runner.os }}-golangci-lint-cache-${{ hashFiles('**/go.sum') }}