From d197e440a0696c0d49a0553a5724cf23bc323537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:04:47 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/71345be0265236311c031f5c7866368bd1eff043...e8674b075228eee787fea43ef493e45ece1004c9) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_required_files.yml | 2 +- .github/workflows/generate_pr_commit_message.yml | 2 +- .github/workflows/slash_commands.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_required_files.yml b/.github/workflows/check_required_files.yml index 8a1f96dd1317..27eb0e9babee 100644 --- a/.github/workflows/check_required_files.yml +++ b/.github/workflows/check_required_files.yml @@ -197,7 +197,7 @@ jobs: # Create a comment on the pull request informing the user whether the pull request is missing required files: - name: 'Create a comment on the pull request informing the user whether the pull request is missing required files' # Pin action to full length commit SHA - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: # Specify the issue or pull request number: issue-number: ${{ inputs.pull_request_number }} diff --git a/.github/workflows/generate_pr_commit_message.yml b/.github/workflows/generate_pr_commit_message.yml index f6bf1b22de32..e3b09dee5c21 100644 --- a/.github/workflows/generate_pr_commit_message.yml +++ b/.github/workflows/generate_pr_commit_message.yml @@ -94,7 +94,7 @@ jobs: # Post commit message as PR comment: - name: 'Post commit message as PR comment' # Pin action to full length commit SHA - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }} comment-id: ${{ steps.fc.outputs.comment-id }} diff --git a/.github/workflows/slash_commands.yml b/.github/workflows/slash_commands.yml index b52e4760728f..eae69f6ea07f 100644 --- a/.github/workflows/slash_commands.yml +++ b/.github/workflows/slash_commands.yml @@ -226,7 +226,7 @@ jobs: # Create a comment on the pull request informing the user of available slash commands: - name: 'Create a comment on the pull request informing the user of available slash commands' # Pin action to full length commit SHA - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: # Specify the issue or pull request number: issue-number: ${{ github.event.issue.number }}