From f0582b2091b82678e7edfdb8280b59a789d0fc9c Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Tue, 11 Feb 2025 12:26:56 +0100 Subject: [PATCH] updating upcoming version numbers --- Examples/github-workflow.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/github-workflow.yml b/Examples/github-workflow.yml index 28b0913..888650c 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.2 + uses: Adyen/adyen-swift-public-api-diff@0.8.3 with: platform: "iOS" new: ${{ env.NEW_VERSION }} diff --git a/action.yml b/action.yml index 5d1c5a7..4e7e300 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: 🍱 Compute prerequisites run: | - echo "VERSION_NUMBER=0.8.2" >> $GITHUB_ENV + echo "VERSION_NUMBER=0.8.3" >> $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