Skip to content

Commit 32a8c7b

Browse files
chore(deps): update actions/cache digest to 0c907a7 (#5248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 407f797 commit 32a8c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
70-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
70+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
7171
with:
7272
path: /home/vscode/.cache/_grpc_gateway_bazel
7373
key: v1-bazel-cache-${{ hashFiles('repositories.bzl') }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.GH_PUSH_TOKEN }}
22-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
22+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
2323
with:
2424
path: /home/vscode/.cache/_grpc_gateway_bazel
2525
key: v1-bazel-cache-${{ hashFiles('repositories.bzl') }}

0 commit comments

Comments
 (0)