diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c4d804..73d439a 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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v2 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8386a46..c277dff 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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v2 with: path: | ~/.cache/go-build