diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-04 22:09:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-04 22:09:32 +0000 |
commit | 3168a3c88388d75dc9f4e221c429163c3ecbda4f (patch) | |
tree | 4337491b46f039f01ad69675a6d052fea3a663a5 /.github | |
parent | 46762bb07804015a4b6931087d8e44be9fb1077b (diff) | |
parent | 8b824a802929b40de075c24d21fae3d447506c56 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto_tag.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 1ec3c39236..b858d492a6 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.51.0 + uses: anothrNick/github-tag-action@1.52.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |