diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-28 22:14:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-28 22:14:09 +0000 |
commit | 54383674db8128b68ee91493ef45e66b2e2f8d77 (patch) | |
tree | 63e665bd252b9aa5bb05ceb91838c8602eea03af /.github | |
parent | 33b62b6867c90fbf1290806caf1782193db06b8e (diff) | |
parent | 1e402060a668d8edf72279c84c4083d9e3c0dacd (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 29e85c41ca..0adbab9f0c 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.26.0 + uses: anothrNick/github-tag-action@1.39.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |