File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
70
- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
70
+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
71
71
with :
72
72
path : /home/vscode/.cache/_grpc_gateway_bazel
73
73
key : v1-bazel-cache-${{ hashFiles('repositories.bzl') }}
Original file line number Diff line number Diff line change 19
19
with :
20
20
fetch-depth : 0
21
21
token : ${{ secrets.GH_PUSH_TOKEN }}
22
- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
22
+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
23
23
with :
24
24
path : /home/vscode/.cache/_grpc_gateway_bazel
25
25
key : v1-bazel-cache-${{ hashFiles('repositories.bzl') }}
You can’t perform that action at this time.
0 commit comments