From 0e5c13115cf146208172c26b16fb8e352b6b9e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:32:05 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.55.0 to 1.67.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.55.0 to 1.67.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/2fa498388d20664f4474176ac45845e037377886...a2c70ae13a881faf2b4953baaa9e49731997ab36) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ce3971..84db869 100644 --- a/action.yml +++ b/action.yml @@ -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@2fa498388d20664f4474176ac45845e037377886 # 1.38.0 + uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # 1.38.0 env: GITHUB_TOKEN: ${{ inputs.token }} CUSTOM_TAG: ${{ steps.new-tag-step.outputs.tag }}