diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-29 01:03:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-29 01:03:19 +0000 |
commit | a32092e6c3a235d26b947c7e995c2daf9230c591 (patch) | |
tree | cac77cba1192c1bda1a3c62c1ae98fa257eaf4c9 | |
parent | d2e5e64990d18679e3d55811c2439e6d49aab84d (diff) | |
parent | c71bc77da16885e94c9ea26b411d44d2cb5a4c95 (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 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' |