Skip to content

Commit

Permalink
use regular checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Sep 25, 2024
1 parent 2d11081 commit e22575a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
check-version:
runs-on: ubuntu-latest
steps:
- uses: RDXWorks-actions/checkout@main
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Verify Cargo.toml version bump
run: |
Expand Down

0 comments on commit e22575a

Please sign in to comment.