From 2695dde9b7671d8910c5b1b55e8df305ad1c6fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:42:36 +0000 Subject: [PATCH] build(deps): bump mshick/add-pr-comment from 1 to 2 Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 1 to 2. - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Commits](https://github.com/mshick/add-pr-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4e2bc31..f84f609 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: creds_file: 'creds.example.json' - name: Comment - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 with: message: | ```