Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Aug 27, 2024
1 parent 57e1332 commit 9b96ec0
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 @@ -29,7 +29,7 @@ jobs:
features: --features unstable,serde

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install toolchain
uses: dtolnay/rust-toolchain@v1
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# GitHub runners already have a usable version of cargo & rustfmt, so an install is not needed
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo fmt --check

build_result:
Expand Down

0 comments on commit 9b96ec0

Please sign in to comment.