From 695dd1e7a35f452537cb7862562a563368c58703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:46:44 +0000 Subject: [PATCH] build(deps): bump peter-evans/commit-comment from 2 to 3 Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](https://github.com/peter-evans/commit-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/direct-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/direct-push.yml b/.github/workflows/direct-push.yml index 9046022af6621..da1ee5dd9203c 100644 --- a/.github/workflows/direct-push.yml +++ b/.github/workflows/direct-push.yml @@ -27,7 +27,7 @@ jobs: if: steps.ismerge.outputs.ismerge != 'true' - name: Warn if the commit was a direct push if: steps.ismerge.outputs.ismerge != 'true' - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 with: body: | @${{ github.actor }}, you pushed a commit directly to master/release branch