From d8996555ae318a84f3328f999bfaf8cbac99f054 Mon Sep 17 00:00:00 2001 From: Tyler Dane Date: Mon, 4 May 2026 11:41:12 -0500 Subject: [PATCH] chore: upgrade actions/checkout to v6 in sync-docs workflow Eliminates the Node.js 20 deprecation warning. Matches the version already used in test-unit.yml and test-e2e.yml. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/sync-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 12138ee97..191ef0988 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -14,9 +14,9 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: SwitchbackTech/compass-docs token: ${{ secrets.COMPASS_DOCS_TOKEN }}