Skip to content

Commit 9ba6144

Browse files
Update of pipeline cache action and key to
force a rebuild of protobuf Signed-off-by: Philip Windecker <[email protected]>
1 parent d94a2e9 commit 9ba6144

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)