From a2ee8e86c877edc1ef0c212f23a1610e09e53470 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:55:38 -0600 Subject: [PATCH] Update dependencies (buildapp.yml) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I also downgraded Theos. Sorry 😅 --- .github/workflows/buildapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index edcfbba..9059964 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -70,13 +70,13 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: theos/theos - ref: master + ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive - name: SDK Caching id: SDK - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 env: cache-name: iOS-${{ inputs.sdk_version }}-SDK with: @@ -144,7 +144,7 @@ jobs: - name: Upload Artifact if: ${{ inputs.upload_artifact }} - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 env: UYOU_VERSION: ${{ inputs.uyou_version }} YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}