fix luarocksVersion in daily workflow

This commit is contained in:
duncathan salt 2022-01-07 20:28:16 -06:00 committed by GitHub
parent d1221df9fb
commit 1daae46f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: MALCO's Daily Challenge name: "MALCO's Daily Challenge"
on: on:
schedule: schedule:
@ -16,7 +16,7 @@ jobs:
- uses: leafo/gh-actions-lua@v8.0.0 - uses: leafo/gh-actions-lua@v8.0.0
- uses: leafo/gh-actions-luarocks@v4.0.0 - uses: leafo/gh-actions-luarocks@v4.0.0
with: with:
luarocksVersion: 3.0 luarocksVersion: "3.0.4"
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: 'stable' ref: 'stable'