diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 88eb65be..5a4ab8fd 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -30,7 +30,7 @@ jobs: with: enable-cache: true - name: Go cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | ~/.cache/go-build @@ -129,7 +129,7 @@ jobs: with: enable-cache: true - name: Go cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | ~/.cache/go-build @@ -138,7 +138,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Set up pre-commit cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/release-tag.yaml b/.github/workflows/release-tag.yaml index 9d5017cc..4538280e 100644 --- a/.github/workflows/release-tag.yaml +++ b/.github/workflows/release-tag.yaml @@ -32,7 +32,7 @@ jobs: with: enable-cache: true - name: Go cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | ~/.cache/go-build