From a4430b959f45bbdd9dd7aa5580c603c331bb07f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 05:26:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d04b0dc..38506d46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: name: Lint & Build steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: cache: npm node-version: lts/* @@ -92,7 +92,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: cache: npm node-version: ${{ matrix.node }} @@ -111,7 +111,7 @@ jobs: # Need to fetch entire commit history to # analyze every commit since last release fetch-depth: 0 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: cache: npm node-version: lts/*