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