mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 13:02:36 +00:00
Update all Action Dependencies
This commit is contained in:
parent
82de8d62ac
commit
ce62105d89
1 changed files with 4 additions and 4 deletions
8
.github/workflows/buildapp.yml
vendored
8
.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
|
||||
|
|
@ -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