diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-18 17:46:11 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-18 17:47:08 -0300 |
commit | 4eee542ddcbde8df3bd64eee0bda87d6b96e0005 (patch) | |
tree | 129ee86916465f026b8e23f6e49e471e0944dd29 | |
parent | 2b89e2a8d08895ca5ae93cf88267e68addec5bd6 (diff) | |
download | luarocks-4eee542ddcbde8df3bd64eee0bda87d6b96e0005.tar.gz luarocks-4eee542ddcbde8df3bd64eee0bda87d6b96e0005.tar.bz2 luarocks-4eee542ddcbde8df3bd64eee0bda87d6b96e0005.zip |
ci: bump actions/checkout in luacheck.yml
...to get rid of the GitHub Actions warning about Node.js 16
-rw-r--r-- | .github/workflows/luacheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index ffcb08fe..cbf7c135 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml | |||
@@ -8,6 +8,6 @@ jobs: | |||
8 | runs-on: ubuntu-22.04 | 8 | runs-on: ubuntu-22.04 |
9 | steps: | 9 | steps: |
10 | - name: Checkout | 10 | - name: Checkout |
11 | uses: actions/checkout@v3 | 11 | uses: actions/checkout@master |
12 | - name: Luacheck | 12 | - name: Luacheck |
13 | uses: lunarmodules/luacheck@v1 | 13 | uses: lunarmodules/luacheck@v1 |