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 c57ff5c commit 8eddc41Copy full SHA for 8eddc41
.github/workflows/ci-pull-request.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Check out code
53
uses: actions/checkout@v2
54
- name: Cache modules
55
- uses: actions/cache@v1
+ uses: actions/cache@v4
56
with:
57
path: ~/go/pkg/mod
58
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments