Skip to content

Commit

Permalink
Merge pull request #65 from rust-lang/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.0
  • Loading branch information
JohnTitor committed Sep 26, 2023
2 parents 8e447ca + 8fd5324 commit 2285137
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Install Rust Stable
run: |
rustup update stable
Expand Down

0 comments on commit 2285137

Please sign in to comment.