mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 12:27:50 +01:00
fix(ci/cd): Node.js 16 actions are deprecated (#50)
[71] Node.js 16 actions are deprecated https://openproject.stefka.eu/work_packages/71
This commit is contained in:
parent
9882b34844
commit
f989f7ed50
4
.github/workflows/luacheck.yml
vendored
4
.github/workflows/luacheck.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
||||
with:
|
||||
packages: lua-check
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Luacheck linter
|
||||
run: luacheck --config .luacheckrc .
|
||||
run: luacheck --config .luacheckrc .
|
||||
|
2
.github/workflows/stylua.yml
vendored
2
.github/workflows/stylua.yml
vendored
@ -18,6 +18,6 @@ jobs:
|
||||
version: 0.20.0
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Check code formatting
|
||||
run: stylua -c .
|
||||
|
Loading…
x
Reference in New Issue
Block a user