Skip to content

Commit 51e62f0

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent addf1e2 commit 51e62f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backport-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github.event.comment.author_association == 'MEMBER'
2323
)
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- name: Get backport metadata
2727
# the target branch is the first argument after `/backport`
2828
env:

0 commit comments

Comments
 (0)