mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 05:42:10 +00:00
Updated update-submodules Template
Template has been updated so actions/checkout would be using v4.0.0 to avoid deprecation warnings in the future.
This commit is contained in:
parent
986be79147
commit
b91e6d1d6d
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3.6.0
|
||||
uses: actions/checkout@v4.0.0
|
||||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
|
||||
- name: Add uYouPlusExtra submodules
|
||||
run: |
|
||||
git submodule add https://github.com/PoomSmart/FLEXing.git Tweaks/FLEXing
|
||||
git submodule add https://github.com/leminlimez/MrBeastify.git Tweaks/MrBeastify
|
||||
git submodule add https://github.com/michael-winay/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts
|
||||
# git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
|
||||
|
|
|
|||
Loading…
Reference in a new issue