mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
Merge pull request #765 from arichorn/patch-1
Update all Action Dependencies (#765)
This commit is contained in:
commit
d0324d50ce
1 changed files with 5 additions and 5 deletions
10
.github/workflows/buildapp.yml
vendored
10
.github/workflows/buildapp.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Main
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v3.2.0
|
||||
with:
|
||||
path: main
|
||||
submodules: recursive
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
run: brew install ldid dpkg
|
||||
|
||||
- name: Setup Theos
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v3.2.0
|
||||
with:
|
||||
repository: theos/theos
|
||||
ref: master
|
||||
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
|
||||
- name: Caching
|
||||
id: SDK
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.2.0
|
||||
env:
|
||||
cache-name: iOS-15.5-SDK
|
||||
with:
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
THEOS: ${{ github.workspace }}/theos
|
||||
|
||||
- name: Setup Theos Jailed
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v3.2.0
|
||||
with:
|
||||
repository: qnblackcat/theos-jailed
|
||||
ref: master
|
||||
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
APP_NAME: ${{ inputs.app_name }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v3.1.1
|
||||
env:
|
||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue