Skip to content

Commit

Permalink
[ci] Update to actions/checkout v4 from v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and cmyr committed Mar 21, 2024
1 parent d63b9c2 commit e8ea936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: rustup component add rustfmt

Expand All @@ -24,7 +24,7 @@ jobs:
name: Clippy lints
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install stable toolchain
uses: dtolnay/rust-toolchain@stable

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

name: cargo test stable
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit e8ea936

Please sign in to comment.