File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 name : Lint Code - Stylua
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
11- - uses : JohnnyMorganz/stylua-action@v2.0.0
10+ - uses : actions/checkout@v7
11+ - uses : JohnnyMorganz/stylua-action@v5
1212 with :
1313 token : ${{ secrets.GITHUB_TOKEN }}
1414 version : 0.17.0
@@ -18,17 +18,17 @@ jobs:
1818 name : Lint Code - Luacheck
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v7
2222 - uses : Jayrgo/luacheck-action@v1
2323
2424 prettier :
2525 name : Lint Code - Prettier
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v7
3030 - name : Run Prettier
31- uses : creyD/prettier_action@v4.3
31+ uses : creyD/prettier_action@v4
3232 with :
3333 dry : true
3434 prettier_options : --check **/*.md
@@ -38,15 +38,15 @@ jobs:
3838 runs-on : ubuntu-latest
3939
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v7
4242
4343 - name : Install libfuse2
4444 run : |
4545 sudo add-apt-repository universe
4646 sudo apt install libfuse2
4747
4848 - name : Get neovim v0.11.0
49- uses : actions/cache@v3
49+ uses : actions/cache@v6
5050 with :
5151 path : build/neovim/v0.11.0
5252 key : ${{ runner.os }}-appimage-0.11.0
You can’t perform that action at this time.
0 commit comments