Skip to content

Commit c1f1940

Browse files
committed
ci: Use taiki-e/checkout-action action
https://github.com/taiki-e/checkout-action
1 parent ffffaf1 commit c1f1940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
timeout-minutes: 60
6060
steps:
61-
- uses: taiki-e/github-actions/checkout@main
61+
- uses: taiki-e/checkout-action@v1
6262
- name: Install Rust
6363
run: rustup toolchain add ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
6464
- run: rustup toolchain add nightly --no-self-update

0 commit comments

Comments
 (0)