Skip to content

Commit

Permalink
corrects checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robb-Fr committed Apr 23, 2024
1 parent 8e27b5f commit f9f8f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-14

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Build
run: cd api_fetcher && cp .env.example .env && cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit f9f8f06

Please sign in to comment.