File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ jobs:
9999 id : lua
100100 uses : mercury233/action-cache-download-file@v1.0.0
101101 with :
102- url : https://www.lua.org/ftp/lua-5.4.7 .tar.gz
102+ url : https://www.lua.org/ftp/lua-5.4.8 .tar.gz
103103
104104 - name : Extract lua
105105 run : |
106106 tar xf ${{ steps.lua.outputs.filepath }}
107- move lua-5.4.7 lua
107+ move lua-5.4.8 lua
108108
109109 - name : Download sqlite
110110 id : sqlite
@@ -345,12 +345,12 @@ jobs:
345345 id : lua
346346 uses : mercury233/action-cache-download-file@v1.0.0
347347 with :
348- url : https://www.lua.org/ftp/lua-5.4.7 .tar.gz
348+ url : https://www.lua.org/ftp/lua-5.4.8 .tar.gz
349349
350350 - name : Extract lua
351351 run : |
352352 tar xf ${{ steps.lua.outputs.filepath }}
353- mv lua-5.4.7 lua
353+ mv lua-5.4.8 lua
354354
355355 - name : Download sqlite
356356 if : matrix.static-link == true
@@ -579,12 +579,12 @@ jobs:
579579 id : lua
580580 uses : mercury233/action-cache-download-file@v1.0.0
581581 with :
582- url : https://www.lua.org/ftp/lua-5.4.7 .tar.gz
582+ url : https://www.lua.org/ftp/lua-5.4.8 .tar.gz
583583
584584 - name : Extract lua
585585 run : |
586586 tar xf ${{ steps.lua.outputs.filepath }}
587- mv lua-5.4.7 lua
587+ mv lua-5.4.8 lua
588588
589589 - name : Download sqlite
590590 if : matrix.static-link == true
You can’t perform that action at this time.
0 commit comments