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 fe7b8e1 commit b254056Copy full SHA for b254056
.github/workflows/pr.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
go-version: ${{ matrix.golang }}
40
- name: Cache Dependencies
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
43
path: ~/go/pkg/mod
44
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
0 commit comments