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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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