From 0922f1b255678383e4958875cc9e25f615fdcebc Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 16 May 2024 10:41:39 -0500 Subject: [PATCH] =?UTF-8?q?Update=20Dependencies=20=F0=9F=9B=A0=EF=B8=8F?= =?UTF-8?q?=20(buildapp.yml)?= 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 246a4b3..d9a4c8d 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.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 }}