We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fbc39 commit 9bd0930Copy full SHA for 9bd0930
.github/workflows/run-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: ${{ matrix.go-version }}
26
- name: Checkout code
27
uses: actions/checkout@v4
28
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
29
with:
30
path: |
31
~/go/pkg/mod # Module download cache
0 commit comments