From ab0acad510c391d41a58a3a2c43a4202cc799541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:50:31 +0000 Subject: [PATCH] chore(deps): update peter-evans/commit-comment action to v3 --- .github/workflows/check_checksums.yml | 2 +- .github/workflows/package_for_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_checksums.yml b/.github/workflows/check_checksums.yml index 14a52723ae..4c047f4754 100644 --- a/.github/workflows/check_checksums.yml +++ b/.github/workflows/check_checksums.yml @@ -33,7 +33,7 @@ jobs: body="${body//$'\r'/'%0D'}" echo "body=$body" >> $GITHUB_OUTPUT - - uses: peter-evans/commit-comment@v2 + - uses: peter-evans/commit-comment@v3 with: body: ${{ steps.comment_body.outputs.body }} diff --git a/.github/workflows/package_for_test.yml b/.github/workflows/package_for_test.yml index 19ce1af5ac..d73e821810 100644 --- a/.github/workflows/package_for_test.yml +++ b/.github/workflows/package_for_test.yml @@ -211,7 +211,7 @@ jobs: steps: - name: Comment by push event if: ${{ github.event_name == 'push' }} - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 with: body: | Packaging for test is done in [${{ github.run_id }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})