Skip to content

Commit 9e708e2

Browse files
committed
fix: ci and bump nvim v0.10 version
1 parent 20fe347 commit 9e708e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/default.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
matrix:
1212
include:
1313
- os: ubuntu-22.04
14-
rev: nightly/nvim-linux64.tar.gz
14+
rev: nightly/nvim-linux-x86_64.tar.gz
1515
- os: ubuntu-22.04
1616
rev: v0.7.2/nvim-linux64.tar.gz
1717
- os: ubuntu-22.04
1818
rev: v0.8.3/nvim-linux64.tar.gz
1919
- os: ubuntu-22.04
2020
rev: v0.9.5/nvim-linux64.tar.gz
2121
- os: ubuntu-22.04
22-
rev: v0.10.0/nvim-linux64.tar.gz
22+
rev: v0.10.4/nvim-linux64.tar.gz
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- run: date +%F > todays-date
2626
- name: Restore cache for today's nightly.
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: _neovim
3030
key: ${{ runner.os }}-${{ matrix.rev }}-${{ hashFiles('todays-date') }}
@@ -46,7 +46,7 @@ jobs:
4646
name: stylua
4747
runs-on: ubuntu-22.04
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- uses: JohnnyMorganz/stylua-action@v2
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858
name: Luacheck
5959
runs-on: ubuntu-22.04
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262

6363
- name: Prepare
6464
run: |

0 commit comments

Comments
 (0)