From 4c0904ba9be27db84c0ad2c0ad2caf07590675ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 07:50:38 +0000 Subject: [PATCH] Bump kanga333/comment-hider from v0.1.1 to v0.2.1 Bumps [kanga333/comment-hider](https://github.com/kanga333/comment-hider) from v0.1.1 to v0.2.1. - [Release notes](https://github.com/kanga333/comment-hider/releases) - [Commits](https://github.com/kanga333/comment-hider/compare/v0.1.1...f49f8c9e4f2de0b769894119ce0039dfb372fec1) Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 4a228d413..60ba370cf 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -136,7 +136,7 @@ jobs: path: builds/${{ steps.extbuilds.outputs.crdir }} - name: Hide old PR Build Comments if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target' - uses: kanga333/comment-hider@v0.1.1 + uses: kanga333/comment-hider@v0.2.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create PR Build Comment