Skip to content

Commit 3626461

Browse files
committed
update ci.yml
1 parent 7b57858 commit 3626461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
rust: [stable, nightly]
2323

2424
steps:
25+
- name: Checkout repository
2526
- uses: actions/checkout@v3
27+
2628
- name: Restore cargo cache
2729
uses: actions/cache@v3
2830
with:
@@ -73,7 +75,7 @@ jobs:
7375
runs-on: ubuntu-latest
7476
steps:
7577
- name: Checkout repository
76-
uses: actions/checkout@v2
78+
uses: actions/checkout@v3
7779

7880
- name: Install nightly toolchain
7981
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)