summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-29 11:02:36 +1000
committerGitHub <noreply@github.com>2022-09-29 11:02:36 +1000
commitc71bc77da16885e94c9ea26b411d44d2cb5a4c95 (patch)
tree946713f8b656d79bb00525079c82e989301cafa2 /.github
parentd6f77637c5fe89cb70be4b33cc445a6c55a46d26 (diff)
Bump anothrNick/github-tag-action from 1.46.0 to 1.49.0 (#18515)
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 6205dbe11c..904db4dcc9 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.46.0
+ uses: anothrNick/github-tag-action@1.49.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'