Skip to content

Commit cc33b68

Browse files
authored
Merge pull request #13140 from salmanmkc/upgrade-github-actions-node24
Upgrade GitHub Actions for Node 24 compatibility
2 parents addf1e2 + 51e62f0 commit cc33b68

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)