diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index a22d9d9..b476f53 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -39,7 +39,7 @@ jobs: hugo-version: '0.136.5' # Matching local Hugo version extended: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '20' check-latest: true