diff options
author | Joel Challis <git@zvecr.com> | 2023-05-28 23:27:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 23:27:13 +0100 |
commit | 42c6920e23d8dace7652155d04310cae60f12e42 (patch) | |
tree | 5875c4d4780a17bea3fde8873b8f3fcfd9cc4655 /.github/workflows | |
parent | d02ff2edd9b265c37782abb312693d1876aec54d (diff) |
Update auto_tag.yml (#21050)
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 4b00218fcb..0fc5e88505 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -32,7 +32,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.66.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |