File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ jobs:
46
46
find docs -name ldoc.css -exec sed -i 's/width: 700px;//g' {} +
47
47
48
48
- name : Deploy Web Codex
49
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
49
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
50
50
with :
51
51
branch : codex
52
52
folder : docs/web-codex
53
53
target-folder : web-${{ env.CODEX_SUFFIX }}
54
54
55
55
- name : Deploy Mock Codex
56
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
56
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
57
57
with :
58
58
branch : codex
59
59
folder : docs/mock-codex
Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ jobs:
85
85
- run : luacov
86
86
87
87
- name : Upload to Codecov
88
- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
88
+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
89
89
if : ${{ matrix.luaVersion == '5.3' }}
90
90
91
91
- name : Export In-Game Tests
92
92
run : ./test/exportAll.sh
93
93
94
94
- name : Upload Test Artifacts
95
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
95
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
96
96
if : ${{ matrix.luaVersion == '5.3' }}
97
97
with :
98
98
name : test_configs
@@ -103,7 +103,7 @@ jobs:
103
103
- run : rm -f test/results/*.xml
104
104
105
105
- name : Deploy Screen Renderer Output
106
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
106
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
107
107
if : ${{ matrix.luaVersion == '5.3' && (github.event_name == 'push' && github.ref_name == 'main') }}
108
108
with :
109
109
branch : codex
You can’t perform that action at this time.
0 commit comments