Skip to content

Commit

Permalink
Bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 (#24)
Browse files Browse the repository at this point in the history
Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.70.0 to 1.71.0.
- [Release notes](https://github.com/anothrnick/github-tag-action/releases)
- [Commits](anothrNick/github-tag-action@777684d...f278d49)

---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 5b9eec0 commit 6cdacef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
print(f'tag={new_tag}', file=f)
- name: GitHub tag bump
if: inputs.add_tag == 'true'
uses: anothrNick/github-tag-action@777684df761b882a3f4f70db16ac70d8cc78d0ea # 1.38.0
uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.38.0
env:
GITHUB_TOKEN: ${{ inputs.token }}
CUSTOM_TAG: ${{ steps.new-tag-step.outputs.tag }}

0 comments on commit 6cdacef

Please sign in to comment.