From 02cbeb1fdf350921a4b95035e74dbf5560eab615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:52:57 +0000 Subject: [PATCH] chore(deps): bump DevCycleHQ/release-action from 2.3.0 to 2.4.0 Bumps [DevCycleHQ/release-action](https://github.com/devcyclehq/release-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/devcyclehq/release-action/releases) - [Commits](https://github.com/devcyclehq/release-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: DevCycleHQ/release-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efa3aa30..cbb77c83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: token: ${{ secrets.AUTOMATION_USER_TOKEN }} fetch-depth: 0 - - uses: DevCycleHQ/release-action/prepare-release@v2.3.0 + - uses: DevCycleHQ/release-action/prepare-release@v2.4.0 id: prepare-release with: github-token: ${{ secrets.AUTOMATION_USER_TOKEN }} @@ -96,7 +96,7 @@ jobs: run: | ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache - - uses: DevCycleHQ/release-action/create-release@v2.3.0 + - uses: DevCycleHQ/release-action/create-release@v2.4.0 id: create-release with: github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}