mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-07-26 15:12:22 +00:00
Fix node warnings
This commit is contained in:
parent
c92cf202bd
commit
9e0f78c328
1 changed files with 1 additions and 2 deletions
3
.github/workflows/copilot-setup-steps.yml
vendored
3
.github/workflows/copilot-setup-steps.yml
vendored
|
|
@ -47,7 +47,6 @@ jobs:
|
|||
make \
|
||||
unzip \
|
||||
dpkg-dev \
|
||||
ldid \
|
||||
curl
|
||||
|
||||
if [ ! -d "${{ env.THEOS }}" ]; then
|
||||
|
|
@ -122,7 +121,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue