We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3fbc39 + 9bd0930 commit 2832ca9Copy full SHA for 2832ca9
.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