File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020
2121 # indication that the linting is being fixed
2222 - name : React on comment
23- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
23+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2424 with :
2525 comment-id : ${{ github.event.comment.id }}
2626 reactions : eyes
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.nf_core_bot_auth_token }}
3434
35- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
35+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3636
3737 - name : Install Prettier
3838 run : npm install -g prettier @prettier/plugin-php
5252
5353 - name : Post nothing-to-do comment
5454 if : steps.prettier_status.outputs.result == 'pass'
55- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
55+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
5656 with :
5757 issue-number : ${{ github.event.issue.number }}
5858 body : |
Original file line number Diff line number Diff line change 2323 steps :
2424 # indication that the snapshot is being updated
2525 - name : React on comment
26- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
26+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2727 with :
2828 comment-id : ${{ github.event.comment.id }}
2929 reactions : eyes
3838 echo "test_path=$(echo ${{ github.event.comment.body }} | grep -oP 'path:\s*\K[^ ]+')" >> $GITHUB_OUTPUT
3939
4040 - name : if test path is empty, exit
41- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
41+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
4242 if : steps.get-test-path.outputs.test_path == ''
4343 with :
4444 comment-id : ${{ github.event.comment.id }}
Original file line number Diff line number Diff line change 2626 steps :
2727 # indication that the snapshot is being updated
2828 - name : React on comment
29- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
29+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
3030 with :
3131 comment-id : ${{ github.event.comment.id }}
3232 reactions : eyes
4141 echo "test_path=$(echo ${{ github.event.comment.body }} | grep -oP 'path:\s*\K[^ ]+')" >> $GITHUB_OUTPUT
4242
4343 - name : if test path is empty, exit
44- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
44+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
4545 if : steps.get-test-path.outputs.test_path == ''
4646 with :
4747 comment-id : ${{ github.event.comment.id }}
You can’t perform that action at this time.
0 commit comments