Skip to content

Commit

Permalink
Merge pull request #565 from taiki-e/checkout
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
Amanieu authored Jan 10, 2024
2 parents 80ed5f8 + eba4bef commit 47e64bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
os: windows-latest
rust: nightly-x86_64-gnu
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust (rustup)
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable `rustfmt`
Expand All @@ -119,7 +119,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
# Unlike rustfmt, stable clippy does not work on code with nightly features.
Expand Down

0 comments on commit 47e64bf

Please sign in to comment.