diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1de974a..c7c947c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: id: release-please with: release-type: terraform-module - - uses: peter-evans/create-or-update-comment@v3 + - uses: peter-evans/create-or-update-comment@v4 name: 'Remind to wait' if: steps.release-please.outputs.pr with: @@ -98,7 +98,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_OWNER: rancher IDENTIFIER: ${{github.job}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}} - - uses: peter-evans/create-or-update-comment@v3 + - uses: peter-evans/create-or-update-comment@v4 name: 'Report Success' if: steps.release-please.outputs.pr with: