diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-06 21:44:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-06 21:44:52 +0000 |
commit | 8cba1d32973d915ef91fbb5295f43784b3d404f8 (patch) | |
tree | ed446a04193c1316427b1334613dd997327a6b71 /.github/workflows | |
parent | 71c1ca47dbcd2053acb5001184cfbb0f827292ab (diff) | |
parent | 3fa1e8e2738728ef8fad0115d4ebccfb130c0873 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows')
-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 0799767e5f..f140cf2182 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.53.0 + uses: anothrNick/github-tag-action@1.54.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |