Skip to content

Commit

Permalink
workflows/dco-report: update to Node.js 20 actions
Browse files Browse the repository at this point in the history
No breaking changes.  The previous versions emitted deprecation warnings
for Node.js 16.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Apr 6, 2024
1 parent e6a2e90 commit cae1769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dco-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fi
- name: Find existing comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: search
continue-on-error: true
with:
Expand All @@ -66,7 +66,7 @@ jobs:
body-includes: Developer Certificate of Origin

- name: Report good signoff
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
if: steps.result.outputs.success == 'true' && steps.result.outputs.have_token == 'true'
with:
token: ${{ secrets.OPENSLIDE_BOT_TOKEN }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
[license]: https://openslide.org/license/
- name: Report bad signoff
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
if: steps.result.outputs.success != 'true' && steps.result.outputs.have_token == 'true'
with:
token: ${{ secrets.OPENSLIDE_BOT_TOKEN }}
Expand Down

0 comments on commit cae1769

Please sign in to comment.