Skip to content

Commit 4a74b27

Browse files
committed
Update GH actions cache module to v4
1 parent ff918d9 commit 4a74b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Cache protobuf library
1919
if: matrix.protobuf_lib == 'protobuf-cpp'
2020
id: cache-protobuf
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: protobuf-25.1
2424
key: ${{ runner.os }}-protobuf-25.1

0 commit comments

Comments
 (0)