diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5268b5a4..f4948069 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: go-version: '1.21' check-latest: true - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # ratchet:actions/cache@v4 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # ratchet:actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index b49a5df1..51333e25 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -13,7 +13,7 @@ jobs: with: go-version: '1.21' check-latest: true - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # ratchet:actions/cache@v4 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # ratchet:actions/cache@v4 with: path: | ~/.cache/go-build