Update Dependencies 🛠️ (buildapp.yml)

This commit is contained in:
arichornlover 2024-05-16 10:41:39 -05:00 committed by GitHub
parent b32d273470
commit 0922f1b255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ jobs:
steps:
- name: Checkout Main
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
path: main
ref: ${{ github.event.inputs.commit_id || github.ref }}
@ -73,10 +73,10 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Setup Theos
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
repository: theos/theos
ref: master
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
path: theos
submodules: recursive
@ -102,7 +102,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
repository: qnblackcat/theos-jailed
ref: master
@ -151,7 +151,7 @@ jobs:
- name: Upload Artifact
if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.3
env:
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
@ -163,7 +163,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/action-gh-release@v2.0.4
uses: softprops/action-gh-release@v2.0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }}