diff --git a/.github/workflows/deploy-docker-image.yml b/.github/workflows/deploy-docker-image.yml index 5b7349f0..5c57b82f 100644 --- a/.github/workflows/deploy-docker-image.yml +++ b/.github/workflows/deploy-docker-image.yml @@ -22,7 +22,7 @@ jobs: # This action creates a new git tag of the main branch with the new version number - name: Bump version and push tag id: bumpTag - uses: anothrNick/github-tag-action@72703d02f7df0cdb8f27aeb9feafeccd67b49881 # 1.66.0 + uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # 1.67.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true