Update buildapp.yml dependencies 🔧

This commit is contained in:
aric3435 (INACTIVE) 2024-10-09 21:24:24 -05:00 committed by GitHub
parent 0001c86396
commit 957577b4d3
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.7
uses: actions/checkout@v4.2.1
with:
path: main
ref: ${{ github.event.inputs.commit_id || github.ref }}
@ -73,7 +73,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Setup Theos
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
repository: theos/theos
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
@ -82,7 +82,7 @@ jobs:
- name: SDK Caching
id: SDK
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
cache-name: iOS-${{ inputs.sdk_version }}-SDK
with:
@ -102,7 +102,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
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.4
uses: actions/upload-artifact@v4.4.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.5
uses: softprops/action-gh-release@v2.0.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }}