Skip to content

Commit da67e9c

Browse files
committed
ci: bump deps
1 parent c32703a commit da67e9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ jobs:
88
name: Check codestyle
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: JohnnyMorganz/stylua-action@v3
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
args: --color always --check .
16-
version: v0.15.3
16+
version: v0.19.1
1717

1818
selene:
1919
name: Lint
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: NTBBloodbath/selene-action@68d1ed05cd53716aa8b9b3b81f8b63462949fab6
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
args: --color always ./lua
27-
version: 0.24.0
27+
version: 0.26.1
2828

2929
test:
3030
name: Run tests
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
path: none-ls.nvim
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
repository: nvim-lua/plenary.nvim
3939
path: none-ls.nvim/.tests/site/pack/deps/start/plenary.nvim

0 commit comments

Comments
 (0)