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
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.golang }}
|
go-version: ${{ matrix.golang }}
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user