summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-05-11 20:05:17 +0000
committerQMK Bot <hello@qmk.fm>2023-05-11 20:05:17 +0000
commitc890d4010d0550dfad52c3b8de248e14079e9af9 (patch)
treed7deeada59de3baac520f732aa51e07efa19149b /.github
parentee5438a207dc120028cbea35afe80f8aad6a280e (diff)
parentf8d01e5ecab6488a17299384880506ff969200ba (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 c3dc7f7d45..cf7d1c49ae 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.62.0
+ uses: anothrNick/github-tag-action@1.63.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'