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 73288c7 commit 8f32b46Copy full SHA for 8f32b46
1 file changed
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
manager: sudo apt-get
16
packages: -y fd-find ripgrep
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- run: date +%F > todays-date
20
- name: Restore from todays cache
21
- uses: actions/cache@v2
+ uses: actions/cache@v3
22
with:
23
path: _neovim
24
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
@@ -36,9 +36,8 @@ jobs:
36
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
37
38
- name: Install latest stable `rustc`
39
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@stable
40
41
- profile: minimal
42
toolchain: stable
43
44
- name: build rust
0 commit comments