diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-04 19:41:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-04 19:41:58 +0000 |
commit | 68aa64172d345d66c586b62d44bbf12efe36071d (patch) | |
tree | 8a4c4637560a315c6120c7eeff93d8c98889e5ec | |
parent | 8b141020b2a22f5f44a1183c87e1b1362c20bac9 (diff) | |
parent | e2ef3c8cc9df49132b59894ad63bb3cfbd530f77 (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 a480bd93cc..62f3ec6acb 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.56.0 + uses: anothrNick/github-tag-action@1.57.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |