-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🛠️ Update Dependencies (buildapp.yml)
- Loading branch information
1 parent
e09b4d0
commit 80f8739
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ on: | |
type: string | ||
reborn_version: | ||
description: "The version of YouTube Reborn" | ||
default: "4.2.7" | ||
default: "4.2.8" | ||
required: true | ||
type: string | ||
decrypted_youtube_url: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Main | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: main | ||
submodules: recursive | ||
|
@@ -67,7 +67,7 @@ jobs: | |
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH | ||
|
||
- name: Setup Theos | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
repository: theos/theos | ||
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac | ||
|
@@ -76,7 +76,7 @@ jobs: | |
|
||
- name: SDK Caching | ||
id: SDK | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
env: | ||
cache-name: iOS-${{ inputs.sdk_version }}-SDK | ||
with: | ||
|
@@ -96,7 +96,7 @@ jobs: | |
THEOS: ${{ github.workspace }}/theos | ||
|
||
- name: Setup Theos Jailed | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
repository: qnblackcat/theos-jailed | ||
ref: master | ||
|