From e726471edaa800fb08f0ee4a4115f37552580489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 19:00:27 +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 a14c8a0..18884d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Delete Release if: ${{ always() && github.event_name == 'pull_request' }} - uses: dev-drprasad/delete-tag-and-release@v1.0.1 + uses: dev-drprasad/delete-tag-and-release@v1.1 with: github_token: ${{ secrets.GH_BOT_TOKEN }} tag_name: ${{ steps.vars.outputs.release_tag }}