Skip to content

Commit

Permalink
Merge pull request #5 from simnalamburt/patch-1
Browse files Browse the repository at this point in the history
.github: Update GitHub Actions
  • Loading branch information
powergee authored Oct 4, 2024
2 parents e9e8574 + 632d81d commit 235bbfe
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
submodules: recursive

- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v2
- name: Install cargo-audit
run: cargo install cargo-audit

Expand Down

0 comments on commit 235bbfe

Please sign in to comment.