From f72e30a0490f353be2754b64602cb44a2b3686cc Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 24 Mar 2024 18:28:03 +0200 Subject: [PATCH] ci.yml: bump dependency version --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8554f7..69db480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,23 +7,18 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 + - uses: actions/checkout@v4 - # Sets up lua - name: Install Lua run: | sudo apt install lua5.1 luarocks sudo luarocks install luafilesystem sudo luarocks install luacheck - # Sets up the environment - name: Set up environment run: | wget -O .luacheckrc 'https://ci.appveyor.com/api/projects/cuberite/cuberite/artifacts/.luacheckrc?job=Windows-x64&pr=false&branch=master' - # Runs the test - name: Run tests run: | luacheck . --codes