From dfdfea925d240f9bbf050a8185487e2653cce168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:47:50 +0000 Subject: [PATCH] chore(deps): update adyen/release-automation-action action to v1.4.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab5f719..661b0a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Prepare the next main release - uses: Adyen/release-automation-action@v1.3.1 + uses: Adyen/release-automation-action@v1.4.0 with: token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} develop-branch: main