We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c7c23 commit ad9c8a4Copy full SHA for ad9c8a4
.github/workflows/gorelease.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout code
22
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
23
- name: Gorelease cache
24
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
25
with:
26
path: |
27
~/go/bin/gorelease
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Go cache
~/go/pkg/mod
0 commit comments