From f989f7ed50471849f38fecd9142a14ddbf7c8298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 17 Apr 2024 19:17:02 +0200 Subject: [PATCH] fix(ci/cd): Node.js 16 actions are deprecated (#50) [71] Node.js 16 actions are deprecated https://openproject.stefka.eu/work_packages/71 --- .github/workflows/luacheck.yml | 4 ++-- .github/workflows/stylua.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 5b47412..39aea16 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -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 . \ No newline at end of file + run: luacheck --config .luacheckrc . diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index c941983..3d68808 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -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 .