1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +02:00

fix(ci/cd): Node.js 16 actions are deprecated

[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:13:40 +02:00
parent 9882b34844
commit be4957875f
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
2 changed files with 3 additions and 3 deletions

View file

@ -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 .

View file

@ -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 .