From 26b6561552bbba936a8d3e20af5c681bb4798b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:39:45 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.5.0...v1.6.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/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0cbe417..31332eb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,7 +28,7 @@ jobs: echo "version=$version" >> "$GITHUB_OUTPUT" echo "::notice ::Version from Cargo.toml $version" - name: Check if version is a Git tag - uses: mukunku/tag-exists-action@v1.5.0 + uses: mukunku/tag-exists-action@v1.6.0 id: check_git_tag with: tag: '${{ steps.extract_version.outputs.version }}'