diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 796168d1e..143e6f31c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - NODE_VER: 22.11 + NODE_VER: 22.18 CI: true # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required to calculate lastUpdated