Skip to content

Commit

Permalink
Merge pull request #16 from 12932/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.0
  • Loading branch information
12932 authored Sep 27, 2024
2 parents 72be709 + ddcc1b1 commit 7a87b84
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 @@ -99,7 +99,7 @@ jobs:
features: ["--all-features", "--no-default-features"]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 7a87b84

Please sign in to comment.