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