From 26e6481760e34b596ab0329520d7afbd193f9756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:43:09 +0000 Subject: [PATCH] Bump the all-updates group with 3 updates Bumps the all-updates group with 3 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [nick-fields/retry](https://github.com/nick-fields/retry) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) Updates `nick-fields/retry` from 3 to 4 - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](https://github.com/nick-fields/retry/compare/v3...v4) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/dependencies.yml | 2 +- .github/workflows/deploy-pre-release.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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