diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2bf9d9..11a876b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: destination_dir: ${{ env.PREVIEW_PATH }} - name: Update comment - uses: hasura/comment-progress@v2.2.0 + uses: hasura/comment-progress@v2.3.0 if: github.ref != 'refs/heads/main' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/preview-cleanup.yml b/.github/workflows/preview-cleanup.yml index 14228ba..e16d440 100644 --- a/.github/workflows/preview-cleanup.yml +++ b/.github/workflows/preview-cleanup.yml @@ -26,7 +26,7 @@ jobs: destination_dir: ${{ env.PREVIEW_PATH }} - name: Comment on PR - uses: hasura/comment-progress@v2.2.0 + uses: hasura/comment-progress@v2.3.0 if: github.event.pull_request.merged == true with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -36,7 +36,7 @@ jobs: 🪓 PR merged, preview deleted ✅ Enjoy the updated content at https://community.gradle.org/ - name: Comment on PR - uses: hasura/comment-progress@v2.2.0 + uses: hasura/comment-progress@v2.3.0 if: github.event.pull_request.merged == false with: github-token: ${{ secrets.GITHUB_TOKEN }}