From 45d8c494f32ce168209b22e89897b8c12e3b6ef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:27:51 +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 53d9238..702ceee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v5 - 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