diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf498bbc..e45c9724 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3 with: cache: npm node-version: lts/* diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62f0e824..75278568 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - run: git config --global user.name github-actions - run: git config --global user.email github-actions@github.com - name: "Use Node.js ${{ matrix.node-version }}" - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3 with: node-version: "${{ matrix.node-version }}" cache: npm @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: "Use Node.js ${{ matrix.node-version }}" - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3 with: node-version: "${{ matrix.node-version }}" cache: npm