Skip to content

Commit

Permalink
Bump actions/checkout package & use newer toolchain to install Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualdesigner committed Sep 23, 2023
1 parent f97821f commit ef96fd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
components: rustfmt, clippy

- name: Setup Node.js
Expand Down

0 comments on commit ef96fd8

Please sign in to comment.