Skip to content

Commit 8f32b46

Browse files
committed
Update ci.yml
1 parent 73288c7 commit 8f32b46

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
manager: sudo apt-get
1616
packages: -y fd-find ripgrep
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- run: date +%F > todays-date
2020
- name: Restore from todays cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: _neovim
2424
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
@@ -36,9 +36,8 @@ jobs:
3636
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
3737
3838
- name: Install latest stable `rustc`
39-
uses: actions-rs/toolchain@v1
39+
uses: dtolnay/rust-toolchain@stable
4040
with:
41-
profile: minimal
4241
toolchain: stable
4342

4443
- name: build rust

0 commit comments

Comments
 (0)