Skip to content

Commit

Permalink
ci: Use taiki-e/checkout-action action
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 8, 2024
1 parent 93f5e15 commit 853e57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: taiki-e/github-actions/checkout@main
- uses: taiki-e/checkout-action@v1
- name: Install Rust
run: rustup toolchain add ${{ matrix.rust }} --no-self-update --component rust-src && rustup default ${{ matrix.rust }}
- run: rustup target add thumbv6m-none-eabi
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: taiki-e/github-actions/checkout@main
- uses: taiki-e/checkout-action@v1
- name: Install Rust
run: rustup toolchain add nightly --no-self-update && rustup default nightly
- run: tools/gen.sh
Expand Down

0 comments on commit 853e57d

Please sign in to comment.