diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-29 11:02:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 11:02:36 +1000 |
commit | c71bc77da16885e94c9ea26b411d44d2cb5a4c95 (patch) | |
tree | 946713f8b656d79bb00525079c82e989301cafa2 | |
parent | d6f77637c5fe89cb70be4b33cc445a6c55a46d26 (diff) | |
download | qmk_firmware-c71bc77da16885e94c9ea26b411d44d2cb5a4c95.tar.gz qmk_firmware-c71bc77da16885e94c9ea26b411d44d2cb5a4c95.zip |
Bump anothrNick/github-tag-action from 1.46.0 to 1.49.0 (#18515)
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 6205dbe11c..904db4dcc9 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.46.0 + uses: anothrNick/github-tag-action@1.49.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |