diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ea4d346..626450b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4 - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # renovate: tag=v2.2.0 + uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # renovate: tag=v2.3.0 with: node-version: '12.x' - name: Install project @@ -83,7 +83,7 @@ jobs: run: | git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }} - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # renovate: tag=v2.2.0 + uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # renovate: tag=v2.3.0 with: node-version: '12.x' - name: Install project