Skip to content

Commit

Permalink
Upgrade actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Aug 13, 2023
1 parent b4ff9f8 commit d6da847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Rust toolchain
run: |
Expand All @@ -29,4 +29,4 @@ jobs:
run: cargo clippy -- -D warnings

- name: Test
run: cargo test --release
run: cargo test

0 comments on commit d6da847

Please sign in to comment.