Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Dec 18, 2023
1 parent 41cbfd9 commit 11f1d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache restore
uses: actions/cache@v3
uses: actions/cache/restore@v3
id: cache-cargo-restore
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache restore
uses: actions/cache@v3
uses: actions/cache/restore@v3
id: cache-cargo-restore
with:
path: |
Expand All @@ -36,7 +36,7 @@ jobs:
run: cargo test

- name: Cache save
uses: actions/save@v3
uses: actions/cache/save@v3
id: cache-cargo-save
with:
path: |
Expand Down

0 comments on commit 11f1d23

Please sign in to comment.