From 0da44922d56f445a7da846300ca4541f60e67c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:45:18 +0000 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 1.1.0 to 2.9.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v1.1.0...v2.9.0) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0866497..6b87f4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: - name: Comment PR if: github.event_name == 'pull_request' && failure() - uses: marocchino/sticky-pull-request-comment@v1.1.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: 'Please format your code with [black](https://black.readthedocs.io): `make black`.' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}