Skip to content

Commit 40be92d

Browse files
chore(deps): update actions/cache digest to c17f4bf (#3085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dc2584 commit 40be92d

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
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
67-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3
67+
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
6868
with:
6969
path: /home/vscode/.cache/_grpc_gateway_bazel
7070
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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3
22+
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
2323
with:
2424
path: /home/vscode/.cache/_grpc_gateway_bazel
2525
key: v1-bazel-cache-${{ hashFiles('repositories.bzl') }}

0 commit comments

Comments
 (0)