Skip to content

Commit

Permalink
Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
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](mukunku/tag-exists-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BartoszCiesla committed Feb 5, 2024
1 parent 2128964 commit 877630d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 877630d

Please sign in to comment.