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:
arichorn 2023-09-20 17:42:44 -05:00 committed by GitHub
parent 986be79147
commit b91e6d1d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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