Skip to content

Commit

Permalink
ci: update actions/cache version
Browse files Browse the repository at this point in the history
Signed-off-by: Vicent Marti <[email protected]>
  • Loading branch information
vmg committed Jan 27, 2023
1 parent e3ea766 commit 8b1a967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Cache protobuf build
id: protocache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: _vendor/protobuf-21.12
key: protobuf-21.12
Expand Down

0 comments on commit 8b1a967

Please sign in to comment.