diff --git a/.github/workflows/cdkactions_prepare-for-release.yaml b/.github/workflows/cdkactions_prepare-for-release.yaml index 1db009d..cd15879 100644 --- a/.github/workflows/cdkactions_prepare-for-release.yaml +++ b/.github/workflows/cdkactions_prepare-for-release.yaml @@ -41,7 +41,7 @@ jobs: - name: Test Plugin Application with Gradle run: ./gradlew check - name: Push Tag - uses: mathieudutour/github-tag-action@v5.1 + uses: mathieudutour/github-tag-action@v6.2 with: custom_tag: ${{ steps.gitversion.outputs.semVer }} github_token: ${{ secrets.ACTIONS_PAT }}