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 }}