Skip to content

Commit bc1bb20

Browse files
committed
update cache version
1 parent ff5baff commit bc1bb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
uses: arduino/setup-protoc@v3
7878

7979
- name: Cache Cargo registry
80-
uses: actions/cache@v2
80+
uses: actions/cache@v3
8181
with:
8282
path: ~/.cargo/registry
8383
key: ${{ runner.os }}-cargo-registry
8484
restore-keys: |
8585
${{ runner.os }}-cargo-registry
8686
8787
- name: Cache Cargo index
88-
uses: actions/cache@v2
88+
uses: actions/cache@v3
8989
with:
9090
path: ~/.cargo/git
9191
key: ${{ runner.os }}-cargo-index

0 commit comments

Comments
 (0)