diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-21 00:24:13 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-21 00:24:13 +0000 |
commit | b2036a4c9f7838bfe7d8ede5e9335096a3767686 (patch) | |
tree | 7599be5de8cfc1d81d2440aefc3d79a9dd85d3c1 | |
parent | ae94be98ed6b00a79c0db94a463593f7276d5401 (diff) | |
parent | c0e54737ad98aedf06ab45d29a2639a97985d56c (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 3f7e5b4ab1..d6fcbe48e4 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.54.0 + uses: anothrNick/github-tag-action@1.55.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |