Skip to content

Commit

Permalink
Merge pull request #1 from fountainhead/master
Browse files Browse the repository at this point in the history
Upgrade to Node 20
  • Loading branch information
timvanmourik-rl authored Oct 24, 2024
2 parents 297be35 + 5a908a2 commit 124802e
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A GitHub Action that allows you to wait for another GitHub check to complete. Th
```yaml
steps:
- name: Wait for build to succeed
uses: fountainhead/action-wait-for-check@v1.1.0
uses: fountainhead/action-wait-for-check@v1.2.0
id: wait-for-build
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 @@ -22,5 +22,5 @@ inputs:
intervalSeconds:
description: 'The number of seconds to wait before each poll of the GitHub API.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 124802e

Please sign in to comment.