diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96cf8a74..ee90fb42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: # https://github.com/marketplace/actions/cache - name: Cache Go modules - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v2 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v2 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e77d475..8df9d61e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: # https://github.com/marketplace/actions/cache - name: Cache Go modules - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v2 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v2 with: path: | ~/.cache/go-build