Skip to content

Commit

Permalink
Update actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 10, 2023
1 parent 90b825b commit 464cc87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Minimum supported rust version
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable minus 2 releases # MSRV policy = last three versions of stable
Expand All @@ -38,14 +38,14 @@ jobs:
name: Documentation checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: RUSTDOCFLAGS='--deny warnings' cargo doc --no-deps --document-private-items --all-features

build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 464cc87

Please sign in to comment.