diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-13 11:11:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-13 11:11:26 +0000 |
commit | 38f9b0beea6b7174d43cb6507b72ec451467bf99 (patch) | |
tree | 8d2841d92113b78183677bf9b6c8ab7a451f674d | |
parent | 23e12497b254a697b29bc08407680d444e8f5bd2 (diff) | |
parent | 2800cd31ae5312c3057e7fb0aa5480aaaf8e541d (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 aa6576947c..598613a0fd 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.39.0 + uses: anothrNick/github-tag-action@1.42.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |