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 74e1203 commit 883b286Copy full SHA for 883b286
.github/workflows/release.yaml
@@ -252,12 +252,12 @@ jobs:
252
path: ui/node_modules
253
key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }}
254
- name: go build cache
255
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
256
with:
257
path: /home/runner/.cache/go-build
258
key: GOCACHE-v2-${{ hashFiles('**/go.mod') }}
259
- name: go mod cache
260
261
262
path: /home/runner/go/pkg/mod
263
key: GOMODCACHE-v2-${{ hashFiles('**/go.mod') }}
0 commit comments