From 3a4c4ca38238ddb9c8f8de14648ea7edd02ac504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:04:23 +0000 Subject: [PATCH] build(deps): bump dev-drprasad/delete-tag-and-release from 1.0.1 to 1.1 Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 1.0.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/v1.0.1...v1.1) --- updated-dependencies: - dependency-name: dev-drprasad/delete-tag-and-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4f708..fbf9893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' - - uses: dev-drprasad/delete-tag-and-release@v1.0.1 + - uses: dev-drprasad/delete-tag-and-release@v1.1 if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' with: delete_release: true