Skip to content

Commit

Permalink
Merge pull request #73 from rust-lang/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.4
  • Loading branch information
JohnTitor committed Apr 30, 2024
2 parents c2a15a7 + 92d7a48 commit 85ccfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
rust: [stable, beta, nightly]
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Rust ${{ matrix.rust }}
run: |
rustup self update
Expand All @@ -26,7 +26,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Rust Stable
run: |
rustup update stable
Expand Down

0 comments on commit 85ccfff

Please sign in to comment.