From 158943cf12ef693a8a4ad265daff0d82e6aad4c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:49:47 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 0057852 --- .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..d9627d44 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 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..820192fc 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ${{ env.GOLANGCI_LINT_CACHE }} key: ${{ runner.os }}-golangci-lint-cache-${{ hashFiles('**/go.sum') }}