We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c0340 commit ce55e09Copy full SHA for ce55e09
2 files changed
.github/workflows/gorelease.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Checkout code
28
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
- name: Gorelease cache
30
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
31
with:
32
path: |
33
~/go/bin/gorelease
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
persist-credentials: false
- name: Go cache
~/go/pkg/mod
0 commit comments