diff options
author | QMK Bot <hello@qmk.fm> | 2023-05-11 20:05:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-05-11 20:05:17 +0000 |
commit | c890d4010d0550dfad52c3b8de248e14079e9af9 (patch) | |
tree | d7deeada59de3baac520f732aa51e07efa19149b /.github/workflows | |
parent | ee5438a207dc120028cbea35afe80f8aad6a280e (diff) | |
parent | f8d01e5ecab6488a17299384880506ff969200ba (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 c3dc7f7d45..cf7d1c49ae 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.62.0 + uses: anothrNick/github-tag-action@1.63.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |