From f9e7fd0a0c5fe716808762d87f9ff2a8f7b0bd06 Mon Sep 17 00:00:00 2001 From: Florian Greinacher Date: Wed, 6 Dec 2023 00:04:29 +0100 Subject: [PATCH] fix: use correct release commenter version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2fbd19c5..181e7de14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: run: sleep 30s shell: bash - name: Comment on relevant PRs and issues - uses: apexskier/github-release-commenter@v1.2 + uses: apexskier/github-release-commenter@v1.3.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment-template: |