Skip to content

Commit

Permalink
chore(deps): update adyen/adyen-swift-public-api-diff action to v0.7.0 (
Browse files Browse the repository at this point in the history
#1945)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[Adyen/adyen-swift-public-api-diff](https://redirect.github.com/Adyen/adyen-swift-public-api-diff)
| action | minor | `0.6.0` -> `0.7.0` |

---

### Release Notes

<details>
<summary>Adyen/adyen-swift-public-api-diff
(Adyen/adyen-swift-public-api-diff)</summary>

###
[`v0.7.0`](https://redirect.github.com/Adyen/adyen-swift-public-api-diff/releases/tag/0.7.0)

[Compare
Source](https://redirect.github.com/Adyen/adyen-swift-public-api-diff/compare/0.6.0...0.7.0)

### Summary

- Switching from assertionFailure to print for debug warnings (Currently
the CI action runs on the debug build and thus would crash otherwise in
a scenario where it's not expected)
-   Polished output

#### What's Changed

- Fixed recursiveDescription formatting by
[@&#8203;goergisn](https://redirect.github.com/goergisn) in
[https://github.com/Adyen/adyen-swift-public-api-diff/pull/79](https://redirect.github.com/Adyen/adyen-swift-public-api-diff/pull/79)
- Update dependency SimplyDanny/SwiftLintPlugins to from: "0.58.0" by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/Adyen/adyen-swift-public-api-diff/pull/80](https://redirect.github.com/Adyen/adyen-swift-public-api-diff/pull/80)

**Full Changelog**:
Adyen/adyen-swift-public-api-diff@0.6.0...0.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Adyen/adyen-ios).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=-->

<ticket>COIOS-000</ticket>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Guretzki <goergisn@me.com>
  • Loading branch information
renovate[bot] and goergisn authored Jan 13, 2025
1 parent 496b599 commit 0db1395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: 🔍 Detect Changes
if: env.skip_workflow != 'true'
uses: Adyen/adyen-swift-public-api-diff@0.6.0
uses: Adyen/adyen-swift-public-api-diff@0.7.0
id: public_api_diff
with:
platform: "iOS"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-carthage-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.1'

- name: Resolve dependencies
run: |
Expand Down

0 comments on commit 0db1395

Please sign in to comment.