Skip to content

Commit

Permalink
Updates GitHub Action checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 18, 2023
1 parent 4f74b4f commit 7d6c778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: clippy
test:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 7d6c778

Please sign in to comment.