From 311bfd1e955cdf1483695dd2e9afece8ec63338e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:42:00 +0000 Subject: [PATCH] Bump rymndhng/release-on-push-action in the actions group Bumps the actions group with 1 update: [rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action). Updates `rymndhng/release-on-push-action` from 0.25.0 to 0.28.0 - [Release notes](https://github.com/rymndhng/release-on-push-action/releases) - [Commits](https://github.com/rymndhng/release-on-push-action/compare/v0.25.0...v0.28.0) --- updated-dependencies: - dependency-name: rymndhng/release-on-push-action dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/post-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-process.yml b/.github/workflows/post-process.yml index 3f6ee1ac2..d89dee61e 100644 --- a/.github/workflows/post-process.yml +++ b/.github/workflows/post-process.yml @@ -20,6 +20,6 @@ jobs: - # It is often a desired behavior to merge only when a workflow execution # succeeds. This can be changed as needed. if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: rymndhng/release-on-push-action@v0.25.0 + uses: rymndhng/release-on-push-action@v0.28.0 with: bump_version_scheme: norelease