Skip to content

Commit d872163

Browse files
Update GitHub Actions
1 parent bc0f16a commit d872163

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/fix-linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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: |

.github/workflows/update-gpu-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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 }}

.github/workflows/update-sentieon-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)