diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ed61153b179..815d4a79035 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 - name: Use Node.js LTS 20.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v5.0.0 with: node-version: 20.x @@ -50,7 +50,7 @@ jobs: npm run schema-workspace-generate - name: Checkout gh-pages - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: ref: gh-pages path: gh-pages