From 7200bd4a1bc674346f4637a43cfcc0271c219e5a Mon Sep 17 00:00:00 2001 From: "Jayanth Bujula (from Dev Box)" Date: Mon, 4 May 2026 14:41:32 -0700 Subject: [PATCH] chore: upgrade actions/checkout to v6 for Node24 support --- .github/workflows/post-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 9c738a30..f4f3d531 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -48,7 +48,7 @@ jobs: echo "Detected version: $VERSION (run: $RUN_ID)" - name: Checkout main - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: main token: ${{ secrets.GITHUB_TOKEN }} @@ -116,7 +116,7 @@ jobs: git push - name: Checkout release/stable - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: release/stable token: ${{ secrets.GITHUB_TOKEN }}