Skip to content

Commit 00a4f63

Browse files
committed
Use actions/cache@v2.
Supposed to have some speed improvements (and new features, but we don't use those at the moment).
1 parent 13194dc commit 00a4f63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: make test-runtime
6060
- name: Cache protobuf
6161
id: cache-protobuf
62-
uses: actions/cache@v1
62+
uses: actions/cache@v2
6363
with:
6464
path: protobuf
6565
# NOTE: for refs that can float like 'master' the cache might be out of date!

.github/workflows/regular_conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
esac
5656
- name: Cache protobuf
5757
id: cache-protobuf
58-
uses: actions/cache@v1
58+
uses: actions/cache@v2
5959
with:
6060
path: protobuf
6161
# NOTE: for refs that can float like 'master' the cache might be out of date!

0 commit comments

Comments
 (0)