From 757edd5f9fe6bc3d9dd0f8bc4677a8f666b37576 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:50:53 -0500 Subject: [PATCH] Update Dependencies (buildapp.yml) --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index e541201..e9fc975 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -76,7 +76,7 @@ jobs: - name: SDK Caching id: SDK - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 env: cache-name: iOS-${{ inputs.sdk_version }}-SDK with: @@ -155,7 +155,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} UYOU_VERSION: ${{ inputs.uyou_version }}