summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-04-10 22:50:31 +0000
committerQMK Bot <hello@qmk.fm>2023-04-10 22:50:31 +0000
commitae1e6b7a14fb1f2f87b26ada11bceabaff5c1995 (patch)
tree149f15e0d9df88f138e0e20e757d38178fd6b572 /.github
parent6f77559061aa4be588cc674833aa71a2b1ddd4a2 (diff)
parented72c423be1af8672fba5177c7e0ff549acce328 (diff)
Merge remote-tracking branch 'origin/master' into develop
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 07490a0464..c3dc7f7d45 100644
--- a/.github/workflows/auto_tag.yml
+++ b/.github/workflows/auto_tag.yml
@@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- name: Bump version and push tag
- uses: anothrNick/github-tag-action@1.61.0
+ uses: anothrNick/github-tag-action@1.62.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'