Merge pull request #765 from arichorn/patch-1

Update all Action Dependencies (#765)
This commit is contained in:
Nguyễn Đạt
2022-12-25 19:54:26 +07:00
committed by GitHub
+5 -5
View File
@@ -50,7 +50,7 @@ jobs:
steps: steps:
- name: Checkout Main - name: Checkout Main
uses: actions/checkout@v3 uses: actions/checkout@v3.2.0
with: with:
path: main path: main
submodules: recursive submodules: recursive
@@ -59,7 +59,7 @@ jobs:
run: brew install ldid dpkg run: brew install ldid dpkg
- name: Setup Theos - name: Setup Theos
uses: actions/checkout@v3 uses: actions/checkout@v3.2.0
with: with:
repository: theos/theos repository: theos/theos
ref: master ref: master
@@ -68,7 +68,7 @@ jobs:
- name: Caching - name: Caching
id: SDK id: SDK
uses: actions/cache@v3.0.11 uses: actions/cache@v3.2.0
env: env:
cache-name: iOS-15.5-SDK cache-name: iOS-15.5-SDK
with: with:
@@ -84,7 +84,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed - name: Setup Theos Jailed
uses: actions/checkout@v3 uses: actions/checkout@v3.2.0
with: with:
repository: qnblackcat/theos-jailed repository: qnblackcat/theos-jailed
ref: master ref: master
@@ -133,7 +133,7 @@ jobs:
APP_NAME: ${{ inputs.app_name }} APP_NAME: ${{ inputs.app_name }}
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3.1.1
env: env:
UYOU_VERSION: ${{ inputs.uyou_version }} UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ inputs.youtube_version }} YOUTUBE_VERSION: ${{ inputs.youtube_version }}