From 866b01ad4aefd49000b25eb4b46a0a2c430b746a Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:40:02 -0500 Subject: [PATCH] Downgrade Theos --- .github/workflows/buildapp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 9da612b..075d55e 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout Main - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: path: main submodules: recursive @@ -59,10 +59,10 @@ jobs: run: brew install ldid dpkg make - name: Setup Theos - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: repository: theos/theos - ref: master + ref: 3da31488281ecf4394d10302d2629607f4a1aa07 path: theos submodules: recursive @@ -84,7 +84,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Setup Theos Jailed - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: repository: qnblackcat/theos-jailed ref: master @@ -170,4 +170,4 @@ jobs: --header 'Content-Type: application/json' \ --data-raw '{ "event_type": "update-altstore-source-trigger" - }' \ No newline at end of file + }'