diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 16d68769..5277a732 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -18,7 +18,7 @@ jobs: ref: refs/heads/main path: electron-quick-start - name: Setup Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: node-version: lts/* - name: Replace electron with electron-nightly diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3ed0861e..c5abb14c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: node-version: lts/* - run: yarn install --frozen-lockfile