From 6393e00602d47abf4f793d5a169eee15752eb21b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:58:38 +0000 Subject: [PATCH 1/2] Update peter-evans/create-or-update-comment action to v4 --- .github/workflows/fix-linting.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fix-linting.yml b/.github/workflows/fix-linting.yml index 5f157b6b5a..9f117124a0 100644 --- a/.github/workflows/fix-linting.yml +++ b/.github/workflows/fix-linting.yml @@ -19,7 +19,7 @@ jobs: # indication that the linting is being fixed - name: React on comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ github.event.comment.id }} reactions: eyes @@ -48,7 +48,7 @@ jobs: # indication that the linting has finished - name: react if linting finished succesfully if: ${{ steps.pre-commit.outcome }} == 'success' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ github.event.comment.id }} reactions: green_check_mark @@ -67,14 +67,14 @@ jobs: - name: react if linting errors were fixed if: ${{ steps.commit-and-push.outcome }} == 'success' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ github.event.comment.id }} reactions: pencil2 - name: react if linting errors were not fixed if: ${{ steps.commit-and-push.outcome }} == 'failure' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ github.event.comment.id }} reactions: x From 8f0ecbd235cb235725c040521aa783a94e8efa9b Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Thu, 25 Jan 2024 12:59:32 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea7986b93..2222491165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ - Add new subcommand: `nf-core logo-create` to output an nf-core logo for a pipeline (instead of going through the website) ([#2662](https://github.com/nf-core/tools/pull/2662)) - Update actions/cache action to v4 ([#2666](https://github.com/nf-core/tools/pull/2666)) - Remove redundanct v in pipeline version for emails ([#2667](https://github.com/nf-core/tools/pull/2667)) +- Update peter-evans/create-or-update-comment action to v4 ([#2683](https://github.com/nf-core/tools/pull/2683)) # [v2.11.1 - Magnesium Dragon Patch](https://github.com/nf-core/tools/releases/tag/2.11) - [2023-12-20]