Skip to content

Commit

Permalink
Merge pull request #77 from rust-lang/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.7

Bump actions/checkout from 4.1.4 to 4.1.7
tgross35 authored Aug 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents b8696b1 + 02f3962 commit 7525968
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
@@ -12,7 +12,7 @@ jobs:
matrix:
rust: [stable, beta, nightly]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Rust ${{ matrix.rust }}
run: |
rustup self update
@@ -26,7 +26,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Rust Stable
run: |
rustup update stable

0 comments on commit 7525968

Please sign in to comment.