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: steps:
- name: Checkout Main - name: Checkout Main
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.1
with: with:
path: main path: main
ref: ${{ github.event.inputs.commit_id || github.ref }} ref: ${{ github.event.inputs.commit_id || github.ref }}
@ -73,7 +73,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Setup Theos - name: Setup Theos
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.1
with: with:
repository: theos/theos repository: theos/theos
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
@ -82,7 +82,7 @@ jobs:
- name: SDK Caching - name: SDK Caching
id: SDK id: SDK
uses: actions/cache@v4.0.2 uses: actions/cache@v4.1.1
env: env:
cache-name: iOS-${{ inputs.sdk_version }}-SDK cache-name: iOS-${{ inputs.sdk_version }}-SDK
with: with:
@ -102,7 +102,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed - name: Setup Theos Jailed
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.1
with: with:
repository: qnblackcat/theos-jailed repository: qnblackcat/theos-jailed
ref: master ref: master
@ -151,7 +151,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
if: ${{ inputs.upload_artifact }} if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v4.3.4 uses: actions/upload-artifact@v4.4.3
env: env:
UYOU_VERSION: ${{ inputs.uyou_version }} UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }} YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
@ -163,7 +163,7 @@ jobs:
- name: Create Release - name: Create Release
if: ${{ inputs.create_release }} if: ${{ inputs.create_release }}
id: create_release id: create_release
uses: softprops/action-gh-release@v2.0.5 uses: softprops/action-gh-release@v2.0.8
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }} UYOU_VERSION: ${{ inputs.uyou_version }}