summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-21 00:24:13 +0000
committerQMK Bot <hello@qmk.fm>2022-12-21 00:24:13 +0000
commitb2036a4c9f7838bfe7d8ede5e9335096a3767686 (patch)
tree7599be5de8cfc1d81d2440aefc3d79a9dd85d3c1 /.github
parentae94be98ed6b00a79c0db94a463593f7276d5401 (diff)
parentc0e54737ad98aedf06ab45d29a2639a97985d56c (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 3f7e5b4ab1..d6fcbe48e4 100644
--- a/.github/workflows/auto_tag.yml
+++ b/.github/workflows/auto_tag.yml
@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Bump version and push tag
- uses: anothrNick/github-tag-action@1.54.0
+ uses: anothrNick/github-tag-action@1.55.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'