From 912936f32158a1aa9f81168f6647ffe42725469b Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Thu, 27 Feb 2025 16:05:12 +0100 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e7e300..4cf8408 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: 🍱 Compute prerequisites run: | - echo "VERSION_NUMBER=0.8.3" >> $GITHUB_ENV + echo "VERSION_NUMBER=0.8.4" >> $GITHUB_ENV echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV From dc965903ac2885c96ada4d514703858ef269cbdb Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Thu, 27 Feb 2025 16:08:12 +0100 Subject: [PATCH 2/2] 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 888650c..9064265 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.8.3 + uses: Adyen/adyen-swift-public-api-diff@0.8.4 with: platform: "iOS" new: ${{ env.NEW_VERSION }}