mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-09 00:14:37 +00:00
fix luarocksVersion in daily workflow
This commit is contained in:
parent
d1221df9fb
commit
1daae46f65
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: MALCO's Daily Challenge
|
||||
name: "MALCO's Daily Challenge"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: leafo/gh-actions-lua@v8.0.0
|
||||
- uses: leafo/gh-actions-luarocks@v4.0.0
|
||||
with:
|
||||
luarocksVersion: 3.0
|
||||
luarocksVersion: "3.0.4"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'stable'
|
||||
|
|
Loading…
Reference in a new issue