We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13194dc commit 00a4f63Copy full SHA for 00a4f63
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
run: make test-runtime
60
- name: Cache protobuf
61
id: cache-protobuf
62
- uses: actions/cache@v1
+ uses: actions/cache@v2
63
with:
64
path: protobuf
65
# NOTE: for refs that can float like 'master' the cache might be out of date!
.github/workflows/regular_conformance.yml
@@ -55,7 +55,7 @@ jobs:
55
esac
56
57
58
0 commit comments