diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9d27d3425071b67ca0ce63e0649106712ce442e..9d3044a8ecacb0a79bcfcd9d622aca1d45e0efc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: 2 - name: Set up Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -111,7 +111,7 @@ jobs: fetch-depth: 2 - name: Set up Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -165,7 +165,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 88d5050698c006f5e0b7911a445544d8144e65ae..ec22377321bcc1c71bc6dc0e1d31a41f308e9085 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -43,7 +43,7 @@ jobs: ref: ${{ env.GIT_SHA }} - name: Set up Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 32a714fb4b81ac931836670ef792c4a89605c236..39c7bef680f69bba4f52e0afdf55421dfdeb1069 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Set up Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ env.NODE_VERSION }} cache: yarn