1
0
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)
All checks were successful
Luacheck / Luacheck (push) Successful in 21s
StyLua / StyLuacheck (push) Successful in 17s

[71] Node.js 16 actions are deprecated

https://openproject.stefka.eu/work_packages/71
This commit is contained in:
Jiří Štefka 2024-04-17 19:17:02 +02:00 committed by GitHub
parent 9882b34844
commit f989f7ed50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

@ -11,6 +11,6 @@ jobs:
with: with:
packages: lua-check packages: lua-check
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Luacheck linter - name: Luacheck linter
run: luacheck --config .luacheckrc . run: luacheck --config .luacheckrc .

@ -18,6 +18,6 @@ jobs:
version: 0.20.0 version: 0.20.0
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Check code formatting - name: Check code formatting
run: stylua -c . run: stylua -c .