From 957577b4d3c492ab378bcdd706aff2d400898189 Mon Sep 17 00:00:00 2001 From: "aric3435 (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:24:24 -0500 Subject: [PATCH] =?UTF-8?q?Update=20buildapp.yml=20dependencies=20?= =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildapp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 409459a..e399fe8 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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 }}