We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b974a commit 7ae2521Copy full SHA for 7ae2521
.github/workflows/ci-v2.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout
33
uses: actions/checkout@v2
34
- name: Cache go modules
35
- uses: actions/cache@v4
+ uses: actions/cache@v2
36
with:
37
path: |
38
~/.cache/go-build
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
0 commit comments