Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Dec 4, 2023
1 parent f2b025f commit 166a9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/paru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: Swatinem/rust-cache@2
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: Swatinem/rust-cache@2
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

Expand Down

0 comments on commit 166a9d5

Please sign in to comment.