diff --git a/pkg/gen/input/workflows/internal/file/create_release.yaml.template b/pkg/gen/input/workflows/internal/file/create_release.yaml.template index ea6b6051..6cc685b8 100644 --- a/pkg/gen/input/workflows/internal/file/create_release.yaml.template +++ b/pkg/gen/input/workflows/internal/file/create_release.yaml.template @@ -182,7 +182,7 @@ jobs: git push "${REMOTE_REPO}" --tags - name: Create release id: create_gh_release - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 env: GITHUB_TOKEN: "${{ secrets.TAYLORBOT_GITHUB_ACTION }}" with: