Skip to content

Commit c6580e7

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent 0fc3a54 commit c6580e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
submodules: true
7777

78-
- uses: actions/cache@v2
78+
- uses: actions/cache@v3
7979
with:
8080
path: |
8181
~/.cargo

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout source code
1414
uses: actions/checkout@v2
1515

16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v3
1717
with:
1818
path: |
1919
~/.cargo

0 commit comments

Comments
 (0)