diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-13 21:10:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 21:10:52 +1000 |
commit | 2800cd31ae5312c3057e7fb0aa5480aaaf8e541d (patch) | |
tree | 802f76ea3986b6bd1af12e8b1c1e411564227cde | |
parent | b2ad047d7f09be14667927d058b36737d8248994 (diff) | |
download | qmk_firmware-2800cd31ae5312c3057e7fb0aa5480aaaf8e541d.tar.gz qmk_firmware-2800cd31ae5312c3057e7fb0aa5480aaaf8e541d.zip |
Bump anothrNick/github-tag-action from 1.39.0 to 1.42.0 (#18344)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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' |