Update all Action Dependencies

This commit is contained in:
Aric
2022-12-13 18:32:33 -06:00
committed by GitHub
parent 82de8d62ac
commit ce62105d89
+4 -4
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
@@ -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 }}