Skip to content

Commit

Permalink
Merge pull request #72 from rust-lang/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.3
  • Loading branch information
JohnTitor committed Apr 29, 2024
2 parents 114ee07 + 0b42561 commit c2a15a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
rust: [stable, beta, nightly]
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Install Rust Stable
run: |
rustup update stable
Expand Down

0 comments on commit c2a15a7

Please sign in to comment.