diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 9accbc6e..247e9c11 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -22,7 +22,7 @@ jobs: xcodePath: '/Applications/Xcode_26.5.app' - name: Create Pull Request if: steps.resolution.outputs.dependenciesChanged == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: 'update-dependencies' delete-branch: true diff --git a/.github/workflows/deploy-pre-release.yml b/.github/workflows/deploy-pre-release.yml index 0b3c3105..9c54a15f 100644 --- a/.github/workflows/deploy-pre-release.yml +++ b/.github/workflows/deploy-pre-release.yml @@ -36,7 +36,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Install iOS 26 Platform - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: retry_on: error max_attempts: 10 @@ -87,7 +87,7 @@ jobs: [[ ! -z "${{ steps.bump-version.outputs.version }}" ]] || exit 1 [[ ! -z "${{ steps.retrieve-data.outputs.version_date }}" ]] || exit 1 - name: Release to GitHub - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: prerelease: true fail_on_unmatched_files: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80445f02..14950b7a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Install iOS 26 Platform - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: retry_on: error max_attempts: 10 @@ -139,7 +139,7 @@ jobs: [[ ! -z "$RELEASE_DATE" ]] || exit 1 printf '%s' "$RELEASE_PRIVACY" | jq -e 'type == "object"' >/dev/null - name: Release to GitHub - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: fail_on_unmatched_files: true files: ${{ env.IPA_OUTPUT_PATH }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a63d1863..b97ba67b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Install iOS 26 Platform - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: retry_on: error max_attempts: 10