diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 67b40b0..a9426f3 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 # Full history for git-based features - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/sync-to-wiki.yml b/.github/workflows/sync-to-wiki.yml index b3a5605..2e23021 100644 --- a/.github/workflows/sync-to-wiki.yml +++ b/.github/workflows/sync-to-wiki.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 # Full history for proper transformation - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20'