Skip to content

Commit f740733

Browse files
chore(deps): update ci dependencies
1 parent a510c77 commit f740733

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/doc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
find docs -name ldoc.css -exec sed -i 's/width: 700px;//g' {} +
4747
4848
- 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
5050
with:
5151
branch: codex
5252
folder: docs/web-codex
5353
target-folder: web-${{ env.CODEX_SUFFIX }}
5454

5555
- 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
5757
with:
5858
branch: codex
5959
folder: docs/mock-codex

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
- run: luacov
8686

8787
- name: Upload to Codecov
88-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
88+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
8989
if: ${{ matrix.luaVersion == '5.3' }}
9090

9191
- name: Export In-Game Tests
9292
run: ./test/exportAll.sh
9393

9494
- name: Upload Test Artifacts
95-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
95+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
9696
if: ${{ matrix.luaVersion == '5.3' }}
9797
with:
9898
name: test_configs
@@ -103,7 +103,7 @@ jobs:
103103
- run: rm -f test/results/*.xml
104104

105105
- 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
107107
if: ${{ matrix.luaVersion == '5.3' && (github.event_name == 'push' && github.ref_name == 'main') }}
108108
with:
109109
branch: codex

0 commit comments

Comments
 (0)