From c83e83d1155d37174152973170c3f77192843fd9 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Apr 2026 04:25:20 +0000 Subject: [PATCH] ci(sync-upstream): bump actions/checkout to v6.0.2 Resolves Node.js 20 deprecation warning by upgrading to the Node.js 24 compatible release, matching the other workflows in the repo. --- .github/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index 72f2962bb..1ac0033cd 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout with full history - uses: actions/checkout@v4 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0