From dc4351d4d34f7beff6619eb3a6fb1aaab5c59caa Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Tue, 17 Jun 2025 15:05:56 +0200 Subject: [PATCH] Update github-workflow.yml --- Examples/github-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/github-workflow.yml b/Examples/github-workflow.yml index ad08ff9..70d2c0f 100644 --- a/Examples/github-workflow.yml +++ b/Examples/github-workflow.yml @@ -55,7 +55,7 @@ jobs: # The github action automatically posts on a PR (if it's not a fork-PR) # and/or outputs the diff to the $GITHUB_STEP_SUMMARY - name: 🔍 Detect Changes - uses: Adyen/adyen-swift-public-api-diff@0.9.0 + uses: Adyen/adyen-swift-public-api-diff@0.10.1 with: platform: "iOS" new: ${{ env.NEW_VERSION }}