Skip to content

Commit

Permalink
chore: upgrade ci caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 18, 2023
1 parent 899be9a commit c286291
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- uses: denoland/setup-deno@v1
- uses: dsherret/rust-toolchain-file@v1

- name: Cache
uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Format
run: |
Expand Down

0 comments on commit c286291

Please sign in to comment.