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.
1 parent 18088df commit fd3e0d5Copy full SHA for fd3e0d5
.github/workflows/gorelease.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
- name: Gorelease cache
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: |
28
~/go/bin/gorelease
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Go cache
21
~/go/pkg/mod
0 commit comments