Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent b92753d commit 9569eb4
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 @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Rust Nightly
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 9569eb4

Please sign in to comment.