We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addf1e2 commit 51e62f0Copy full SHA for 51e62f0
1 file changed
.github/workflows/backport-pr.yml
@@ -22,7 +22,7 @@ jobs:
22
github.event.comment.author_association == 'MEMBER'
23
)
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
26
- name: Get backport metadata
27
# the target branch is the first argument after `/backport`
28
env:
0 commit comments