From 51e62f09baeb1c5434fdb68e78539ae1806d2aad Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Fri, 30 Jan 2026 09:16:36 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/backport-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport-pr.yml b/.github/workflows/backport-pr.yml index de46ca7c7..1e3074064 100644 --- a/.github/workflows/backport-pr.yml +++ b/.github/workflows/backport-pr.yml @@ -22,7 +22,7 @@ jobs: github.event.comment.author_association == 'MEMBER' ) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get backport metadata # the target branch is the first argument after `/backport` env: