Skip to content

Commit

Permalink
Merge pull request #20 from 56quarters/action-update
Browse files Browse the repository at this point in the history
Update to latest checkout action
  • Loading branch information
56quarters authored Dec 7, 2024
2 parents 731c662 + e7ecb53 commit 4955c34
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 @@ -13,7 +13,7 @@ jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Versions
run: cargo --version && rustc --version
- name: Build
Expand Down

0 comments on commit 4955c34

Please sign in to comment.