We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffffaf1 commit c1f1940Copy full SHA for c1f1940
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ubuntu-latest
59
timeout-minutes: 60
60
steps:
61
- - uses: taiki-e/github-actions/checkout@main
+ - uses: taiki-e/checkout-action@v1
62
- name: Install Rust
63
run: rustup toolchain add ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
64
- run: rustup toolchain add nightly --no-self-update
0 commit comments