mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +00:00
Update Dependencies (buildapp.yml)
This commit is contained in:
parent
492ee35aed
commit
757edd5f9f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
- name: SDK Caching
|
- name: SDK Caching
|
||||||
id: SDK
|
id: SDK
|
||||||
uses: actions/cache@v4.0.1
|
uses: actions/cache@v4.0.2
|
||||||
env:
|
env:
|
||||||
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
||||||
with:
|
with:
|
||||||
|
|
@ -155,7 +155,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v2.0.1
|
uses: softprops/action-gh-release@v2.0.4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue