diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ebce5249..35cca77c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Fetch all git branches run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # tag: v4.0.3 with: node-version: lts/* - run: yarn --frozen-lockfile