We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02dc5f commit a8db519Copy full SHA for a8db519
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@master
36
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
37
with:
38
path: ~/go/pkg/mod
39
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments