Skip to content

Commit eec8ccd

Browse files
Fixed outdated cache dependency for protobuf 3
Signed-off-by: Philip Windecker <[email protected]>
1 parent 9ba6144 commit eec8ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/protobuf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/cache@v2
122122
with:
123123
path: protobuf-3.20.1
124-
key: ${{ runner.os }}-v1-depends
124+
key: ${{ runner.os }}-v2-depends
125125

126126
- name: Download ProtoBuf
127127
if: steps.cache-depends.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)