File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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-linux-x86_64 .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') }}
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 }}
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 : |
You can’t perform that action at this time.
0 commit comments