Skip to content

Commit

Permalink
Update buildapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Oct 10, 2024
1 parent 220cfc7 commit 593bd47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Checkout Main
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
path: main
ref: ${{ github.event.inputs.commit_id || github.ref }}
Expand All @@ -73,7 +73,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH

- name: Setup Theos
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
repository: theos/theos
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
Expand All @@ -82,7 +82,7 @@ jobs:

- name: SDK Caching
id: SDK
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
cache-name: iOS-${{ inputs.sdk_version }}-SDK
with:
Expand All @@ -102,7 +102,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos

- name: Setup Theos Jailed
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
repository: qnblackcat/theos-jailed
ref: master
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Upload Artifact
if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.4.3
env:
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
Expand All @@ -163,7 +163,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/[email protected].6
uses: softprops/[email protected].8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }}
Expand Down

0 comments on commit 593bd47

Please sign in to comment.