diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-03 19:36:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-03 19:36:56 +0000 |
commit | 6d41ba75d3631b3187a1cddebf3019fd80d741bd (patch) | |
tree | aae1ba386d9ffb5f5869b6f9828e983945d40227 /.github/workflows | |
parent | c345278101b3882a2f33b078021ab31a6129120a (diff) | |
parent | 46ed46e3841017554daf027809c419b565f99d2f (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 d1776c058d..a480bd93cc 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.55.0 + uses: anothrNick/github-tag-action@1.56.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |