Skip to content

Commit

Permalink
feat: upgrade to node20 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner authored Jan 25, 2024
1 parent e6fefb0 commit 6b626ff
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 191 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/[email protected]
id: test
- uses: LouisBrunner/checks-action@v1.6.1
- uses: LouisBrunner/checks-action@v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/[email protected]
id: test
- uses: LouisBrunner/checks-action@v1.6.1
- uses: LouisBrunner/checks-action@v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ outputs:
check_id:
description: 'the ID of the created check, useful to update it in another action'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
6 changes: 4 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6b626ff

Please sign in to comment.