diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a013a5ca13..c7d79ed713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: git config --global core.autocrlf input - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ env.NODE_VERSION }} # cache: yarn @@ -80,7 +80,7 @@ jobs: run: git config --global core.autocrlf input - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ env.NODE_VERSION }} # cache: yarn @@ -156,7 +156,7 @@ jobs: run: git config --global core.autocrlf input - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ env.NODE_VERSION }} # cache: yarn diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 08482392ce..6c273494a2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,7 +29,7 @@ jobs: run: echo "sha=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT - name: Use Node.js LTS - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 20.x cache: yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe9232ffd1..d19a1d1eac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.0.1 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.0.1 with: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org'