diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3f48ae4..54c213c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -31,7 +31,7 @@ jobs: run: mise run gha:pre-cache - name: Cache Go modules and build cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: ${{ env.GH_CACHE_GO_KEY }} restore-keys: | diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 97d54f5..4fbddc7 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -35,7 +35,7 @@ jobs: run: mise run gha:pre-cache - name: Cache Go modules and build cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: ${{ env.GH_CACHE_GO_KEY }} restore-keys: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8a73c3a..6664868 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: run: mise run gha:pre-cache - name: Cache Go modules and build cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: ${{ env.GH_CACHE_GO_KEY }} restore-keys: |