diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index ec0997c9..28d48c8e 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c06a4114..6c860060 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache