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.
2 parents 71d5cea + af5e33d commit 8fb8907Copy full SHA for 8fb8907
.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