File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : StyLua
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : JohnnyMorganz/stylua-action@v4
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Install Neovim
1919 uses : MunifTanjim/setup-neovim-action@v1
2020 - name : Run neovim
2626 runs-on : macos-latest
2727
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Install Neovim
3131 run : |
3232 wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-x86_64.tar.gz
4141 name : Windows
4242 runs-on : windows-latest
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Install Neovim
4646 run : |
4747 C:\msys64\usr\bin\wget.exe -q https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 ref : ${{ github.ref }}
1818 - name : panvimdoc
3636 contents : write
3737
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 with :
4141 ref : ${{ github.ref }}
4242 - name : Install Neovim
Original file line number Diff line number Diff line change 1515 with :
1616 release-type : simple
1717 package-name : catppuccin
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : tag stable versions
2020 if : ${{ steps.release.outputs.release_created }}
2121 run : |
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 path : nvim
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 ref : user-configs
2626 path : user-configs
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Install Vim
1919 shell : bash
2020 run : |
3030 runs-on : macos-latest
3131
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - name : Install Vim
3535 run : |
3636 brew install vim
4343 name : Windows
4444 runs-on : windows-latest
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - name : Install Vim
4848 run : |
4949 choco install vim
You can’t perform that action at this time.
0 commit comments