Skip to content

Commit

Permalink
🛠️ Update Dependencies (buildapp.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 11, 2024
1 parent e09b4d0 commit 80f8739
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout Main
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: main
submodules: recursive
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 80f8739

Please sign in to comment.