summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-05 19:32:26 +0000
committerQMK Bot <hello@qmk.fm>2022-12-05 19:32:26 +0000
commit76c69f35c5c85039bafc56247eeecf87f156bd66 (patch)
treeff3bb90718847c0b2b33c18bbb1dfd4b3b3dc0b6 /.github/workflows
parent1fd2ef2bcb0bdb16123c87a4db418d546c8d114c (diff)
parent2709b6ed616f8012ff4cfd3ee69a822a8d188351 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows')
-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 b858d492a6..0799767e5f 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.52.0
+ uses: anothrNick/github-tag-action@1.53.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'