From 44b2525ee9ae539fd2b4da2d42b056e5ebeb6f2b Mon Sep 17 00:00:00 2001 From: Keen-eyed <166857601+Keen-eyed@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:50:02 +0900 Subject: [PATCH] Update GitHub Actions cache and release actions versions --- .github/workflows/buildapp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 769d864..b81aeea 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -1,6 +1,7 @@ # Original idea by @ISnackable. Thanks to him for handling the hardest parts! # https://github.com/ISnackable/YTCubePlus/blob/main/.github/workflows/Build.yml + name: Build and Release uYouEnhanced on: @@ -82,7 +83,7 @@ jobs: - name: SDK Caching id: SDK - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 env: cache-name: iOS-${{ inputs.sdk_version }}-SDK with: @@ -169,7 +170,7 @@ jobs: - name: Create Release if: ${{ inputs.create_release }} id: create_release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} UYOU_VERSION: ${{ inputs.uyou_version }}