Skip to content

Commit 7dc0f31

Browse files
build(deps): bump actions/cache from v2 to v2.1.4 (#1721)
1 parent ed9480c commit 7dc0f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/setup-go@v2
7272
with:
7373
go-version: ${{ matrix.golang }}
74-
- uses: actions/cache@v2
74+
- uses: actions/cache@v2.1.4
7575
with:
7676
path: ~/go/pkg/mod
7777
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)