Skip to content

Commit 2f6a0c6

Browse files
committed
fix: Upgrade to node 20
1 parent 15e7a49 commit 2f6a0c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ By default, `gh-find-current-pr` will only return open PRs. You can pass in a
2020

2121
```yaml
2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v4
2424
# Find the PR associated with this push, if there is one.
25-
- uses: jwalton/gh-find-current-pr@v1
25+
- uses: jwalton/gh-find-current-pr@main
2626
id: findPr
2727
with:
2828
# Can be "open", "closed", or "all". Defaults to "open".

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ outputs:
2424
body:
2525
description: The PR's body if the PR was found
2626
runs:
27-
using: node16
27+
using: node20
2828
main: 'dist/index.js'
2929
branding:
3030
icon: git-pull-request

0 commit comments

Comments
 (0)