chore(deps): update actions/cache digest to 95f200e (#1429)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-05-12 08:43:27 +09:00
committed by GitHub
parent 99832d7104
commit e94fa19843

View File

@@ -30,7 +30,7 @@ jobs:
go-version: '1.17.7'
check-latest: false
- run: go version
- uses: actions/cache@730dc31003a72af3c3b4bf51268c167ad4c67ad6
- uses: actions/cache@95f200e41cfa87b8e07f30196c0df17a67e67786
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}