Skip to content

Commit

Permalink
ci: upgrade cache (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jul 18, 2023
1 parent 40a5865 commit 2eb5c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Install rust
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: Install up Deno
uses: denoland/setup-deno@v1
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.67.0"
channel = "1.71.0"
components = [ "clippy", "rustfmt" ]

0 comments on commit 2eb5c24

Please sign in to comment.