From 71be84ef36429cb493eab4d18cbc45dcaa162302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:26:41 +0100 Subject: [PATCH] Bump thollander/actions-comment-pull-request from 2 to 3 (#75) Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2...v3) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint-ignore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-ignore.yml b/.github/workflows/lint-ignore.yml index 7b83caca..396f575b 100644 --- a/.github/workflows/lint-ignore.yml +++ b/.github/workflows/lint-ignore.yml @@ -22,7 +22,7 @@ jobs: - name: Post comment on PR if there are matches if: steps.modified-files.outputs.lint_ignore_matches != '' - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | This PR modifies the following files which are ignored by [.lint-ignore](.lint-ignore):