Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jan 8, 2024
1 parent 2d68d7b commit 01c83bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- aarch64-unknown-linux-gnu

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/cargo@v1
with:
command: test
Expand All @@ -40,7 +40,7 @@ jobs:
- x86_64-unknown-linux-gnu

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- aarch64-unknown-linux-gnu

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
Expand All @@ -85,7 +85,7 @@ jobs:
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
- name: Install rustfmt
Expand Down

0 comments on commit 01c83bb

Please sign in to comment.