Skip to content

Commit

Permalink
Merge pull request #3228 from seqan/dependabot/github_actions/peter-e…
Browse files Browse the repository at this point in the history
…vans/create-or-update-comment-4

Bump peter-evans/create-or-update-comment from 3 to 4
  • Loading branch information
eseiler authored Jan 29, 2024
2 parents 62ca76d + 809402e commit 31fc76e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Create comment
if: ${{ failure() }}
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.ISSUE }}
body: ${{ steps.comment-body.outputs.body }}
2 changes: 1 addition & 1 deletion .github/workflows/cron_avx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Create comment
if: ${{ failure() }}
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.ISSUE }}
body: ${{ steps.comment-body.outputs.body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_latest_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Create comment
if: ${{ failure() }}
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.ISSUE }}
body: ${{ steps.comment-body.outputs.body }}
Expand Down

1 comment on commit 31fc76e

@vercel
Copy link

@vercel vercel bot commented on 31fc76e Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-git-master-seqan.vercel.app
seqan3-seqan.vercel.app
seqan3.vercel.app

Please sign in to comment.