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 bf85949 commit 8b681c8Copy full SHA for 8b681c8
.github/workflows/ci.yml
@@ -10,14 +10,14 @@ jobs:
10
fail-fast: false
11
matrix:
12
include:
13
- - os: ubuntu-22.04
+ - os: ubuntu-latest
14
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
15
- os: ubuntu-22.04
16
url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz
17
18
url: https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux-x86_64.tar.gz
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
- run: date +%F > todays-date
22
- name: Restore cache for today's nightly.
23
uses: actions/cache@v4
0 commit comments