From d3728f068c5f26f0be5ee436f2097968551c9a43 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 18 May 2024 18:15:06 -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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index d9a4c8d..d774fe3 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.4 + uses: actions/checkout@v4.1.6 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.4 + uses: actions/checkout@v4.1.6 with: repository: theos/theos ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac @@ -102,7 +102,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Setup Theos Jailed - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 with: repository: qnblackcat/theos-jailed ref: master