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