Skip to content

Commit 20d10f1

Browse files
authored
Update Static.yml
1 parent cc089ba commit 20d10f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
rustup component add clippy
5353
- name: Cache cargo registry
54-
uses: actions/cache@v2
54+
uses: actions/cache@v3
5555
continue-on-error: false
5656
with:
5757
path: |
@@ -61,7 +61,7 @@ jobs:
6161
restore-keys: |
6262
${{ runner.os }}-cargo-
6363
- name: Save sccache
64-
uses: actions/cache@v2
64+
uses: actions/cache@v3
6565
continue-on-error: false
6666
with:
6767
path: ${{ matrix.sccache-path }}

0 commit comments

Comments
 (0)