From 624bd8066c52a980c551bd2911b5f1a7e47d2a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:29:14 +0000 Subject: [PATCH] build(deps): bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spectro-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spectro-release.yaml b/.github/workflows/spectro-release.yaml index 3ef28313de..880689ef0e 100644 --- a/.github/workflows/spectro-release.yaml +++ b/.github/workflows/spectro-release.yaml @@ -17,7 +17,7 @@ jobs: SPECTRO_VERSION: ${{ github.event.inputs.release_version }} steps: - - uses: mukunku/tag-exists-action@v1.2.0 + uses: mukunku/tag-exists-action@v1.3.0 id: checkTag with: tag: spectro-v${{ github.event.inputs.release_version }}