chore(deps): pin useblacksmith/cache action to c5fe29e (#763)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5276b0f1fa
commit
f40b27a57c
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
gpg-passphrase: "${{ secrets.RELEASE_GPG_PASSPHRASE }}"
|
||||
gpg-sign-key: "${{ secrets.RELEASE_GPG_SIGN_KEY }}"
|
||||
- name: setup xgo cache
|
||||
uses: useblacksmith/cache@v5
|
||||
uses: useblacksmith/cache@c5fe29eb0efdf1cf4186b9f7fcbbcbc0cf025662 # v5
|
||||
with:
|
||||
path: /home/runner/.xgo-cache
|
||||
key: ${{ hashFiles('**/go.sum') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue