Skip to content

Commit a888913

Browse files
philipwindecker0815-code
authored andcommitted
Fixed outdated cache dependency for protobuf 3
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de> Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent b902794 commit a888913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protobuf.yml

Lines changed: 1 addition & 1 deletion
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)