diff --git a/.github/workflows/ci-image.yml b/.github/workflows/ci-image.yml index 6ace012..4c7cd32 100644 --- a/.github/workflows/ci-image.yml +++ b/.github/workflows/ci-image.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} dry_run: ${{ github.event_name == 'pull_request' }}