From ffed5d6c2bef32d33ca780a9f34f8c2e7a3febe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:07:41 +0000 Subject: [PATCH] Bump dev-drprasad/delete-tag-and-release from 0.2.1 to 1.1 Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 0.2.1 to 1.1. - [Release notes](https://github.com/dev-drprasad/delete-tag-and-release/releases) - [Commits](https://github.com/dev-drprasad/delete-tag-and-release/compare/v0.2.1...v1.1) --- updated-dependencies: - dependency-name: dev-drprasad/delete-tag-and-release dependency-version: '1.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-release-version.yml b/.github/workflows/check-release-version.yml index 339d6b2..915a5f1 100644 --- a/.github/workflows/check-release-version.yml +++ b/.github/workflows/check-release-version.yml @@ -46,7 +46,7 @@ jobs: # Step 4: Delete the release if the versions don't match - name: Delete release if failed if: ${{ steps.compare_version.outputs.version != steps.get_latest_release.outputs.release }} - uses: dev-drprasad/delete-tag-and-release@v0.2.1 + uses: dev-drprasad/delete-tag-and-release@v1.1 with: tag_name: ${{ steps.get_latest_release.outputs.release }} github_token: ${{ secrets.GITHUB_TOKEN }}