Update WebUI
This commit is contained in:
parent
00aa784b3d
commit
0917fa7d31
2 changed files with 3 additions and 3 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
|||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@4
|
||||
with:
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
|
|
2
data
2
data
|
@ -1 +1 @@
|
|||
Subproject commit d2e7c9e6580bfa91a6a3a03847f16c1b6e3935ba
|
||||
Subproject commit 3eaf897dbb6d1597ec71b4323ae0d68a02dee9c9
|
Loading…
Reference in a new issue