@@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 # Use the @nf-core-bot token to check out so we can push later
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717 with :
1818 token : ${{ secrets.nf_core_bot_auth_token }}
1919
2020 # indication that the linting is being fixed
2121 - name : React on comment
22- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
22+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2323 with :
2424 comment-id : ${{ github.event.comment.id }}
2525 reactions : eyes
3232 GITHUB_TOKEN : ${{ secrets.nf_core_bot_auth_token }}
3333
3434 # Install and run pre-commit
35- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
35+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3636 with :
37- python-version : " 3.13 "
37+ python-version : " 3.14 "
3838
3939 - name : Install pre-commit
4040 run : pip install pre-commit
4747 # indication that the linting has finished
4848 - name : react if linting finished succesfully
4949 if : steps.pre-commit.outcome == 'success'
50- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
50+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
5151 with :
5252 comment-id : ${{ github.event.comment.id }}
5353 reactions : " +1"
@@ -67,21 +67,21 @@ jobs:
6767 - name : react if linting errors were fixed
6868 id : react-if-fixed
6969 if : steps.commit-and-push.outcome == 'success'
70- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
70+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
7171 with :
7272 comment-id : ${{ github.event.comment.id }}
7373 reactions : hooray
7474
7575 - name : react if linting errors were not fixed
7676 if : steps.commit-and-push.outcome == 'failure'
77- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
77+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
7878 with :
7979 comment-id : ${{ github.event.comment.id }}
8080 reactions : confused
8181
8282 - name : react if linting errors were not fixed
8383 if : steps.commit-and-push.outcome == 'failure'
84- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
84+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
8585 with :
8686 issue-number : ${{ github.event.issue.number }}
8787 body : |
0 commit comments