build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#2383)
This commit is contained in:
parent
a5f0a4d861
commit
ba3453d2a8
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.golang }}
|
||||
- uses: actions/cache@v2.1.6
|
||||
- uses: actions/cache@v2.1.7
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user