Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 10, 2023
1 parent c4f4ad2 commit 7525e58
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 @@ -15,7 +15,7 @@ jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -24,7 +24,7 @@ jobs:
semver:
runs-on: macos-11.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
build:
Expand All @@ -34,7 +34,7 @@ jobs:
os: [macos-11.0, macos-12, macos-13]
toolchain: [stable, 1.56.1]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 7525e58

Please sign in to comment.