diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-06 21:46:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-06 21:46:41 +0000 |
commit | 31b8dd34a3a3e898840b9bb0021890618d2e43ab (patch) | |
tree | a26735af9b81b7d4d54b9062817c3b2bc9902380 /.github/workflows | |
parent | 72dc1f88b9ab4d7d7a6951c1205b2315ced1947e (diff) | |
parent | 97910fac06d89dac5bd9791d7d544966f976e591 (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 3574eee2f1..07490a0464 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.58.0 + uses: anothrNick/github-tag-action@1.61.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |