Skip to content

Commit 8b681c8

Browse files
committed
ci action v4
1 parent bf85949 commit 8b681c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- os: ubuntu-22.04
13+
- os: ubuntu-latest
1414
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
1515
- os: ubuntu-22.04
1616
url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz
17-
- os: ubuntu-22.04
17+
- os: ubuntu-latest
1818
url: https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux-x86_64.tar.gz
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- run: date +%F > todays-date
2222
- name: Restore cache for today's nightly.
2323
uses: actions/cache@v4

0 commit comments

Comments
 (0)