We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9480c commit 7dc0f31Copy full SHA for 7dc0f31
.github/workflows/pr.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: actions/setup-go@v2
72
with:
73
go-version: ${{ matrix.golang }}
74
- - uses: actions/cache@v2
+ - uses: actions/cache@v2.1.4
75
76
path: ~/go/pkg/mod
77
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
0 commit comments