Skip to content

Commit 59a3d69

Browse files
committed
update gh actions versions
1 parent 07deb64 commit 59a3d69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
name: stylua
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: JohnnyMorganz/stylua-action@v3
9+
- uses: actions/checkout@v4
10+
- uses: JohnnyMorganz/stylua-action@v4
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}
13-
version: latest
13+
verson: latest
1414
args: --color always --check lua
1515

1616
test:
@@ -21,12 +21,12 @@ jobs:
2121
nvim-versions: ['stable', 'nightly']
2222
steps:
2323
- name: checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- uses: rhysd/action-setup-vim@v1
2727
with:
2828
neovim: true
2929
version: ${{ matrix.nvim-versions }}
3030

3131
- name: run tests
32-
run: make test
32+
run: make test

0 commit comments

Comments
 (0)