From d4dee39b6e225fb79b034689b41c2b77143d2edd Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Mon, 26 Jul 2021 14:57:12 +0200 Subject: [PATCH] Fix action Update action versions and add missing busted package. --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87b2784..a15e544 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,15 +9,16 @@ jobs: steps: - uses: actions/checkout@master - - uses: leafo/gh-actions-lua@v5 + - uses: leafo/gh-actions-lua@v8.0.0 with: luaVersion: "5.1" - - uses: leafo/gh-actions-luarocks@v2 + - uses: leafo/gh-actions-luarocks@v4.0.0 - name: build run: | luarocks make inifile-dev-1.rockspec + luarocks install busted - name: test run: |