summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-07 08:44:19 +1100
committerGitHub <noreply@github.com>2022-12-07 08:44:19 +1100
commit3fa1e8e2738728ef8fad0115d4ebccfb130c0873 (patch)
tree284aa3d588c9baf9447f7b82daffa85a1e48e462 /.github
parent0e93b0d59be24933d69756dae44fc02c979b466f (diff)
Bump anothrNick/github-tag-action from 1.53.0 to 1.54.0 (#19246)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_tag.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml
index 0799767e5f..f140cf2182 100644
--- a/.github/workflows/auto_tag.yml
+++ b/.github/workflows/auto_tag.yml
@@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- name: Bump version and push tag
- uses: anothrNick/github-tag-action@1.53.0
+ uses: anothrNick/github-tag-action@1.54.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'