Skip to content

Commit b902794

Browse files
philipwindecker0815-code
authored andcommitted
Update of pipeline cache action and key to
force a rebuild of protobuf Signed-off-by: Philip Windecker <philip.windecker@avenyr.de> Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent 5e83a90 commit b902794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/protobuf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030

3131
- name: Cache Dependencies
3232
id: cache-depends
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
with:
3535
path: protobuf-3.20.1
36-
key: ${{ runner.os }}-v1-depends
36+
key: ${{ runner.os }}-v2-depends
3737

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

0 commit comments

Comments
 (0)