From 092197f840535f1cbe1092b746098782995b4aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:45:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.2.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4.1.0 | v4.2.0 | --- .github/actions/lint/action.yaml | 2 +- .github/actions/setup/action.yaml | 2 +- .github/workflows/commitlint.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/lint/action.yaml b/.github/actions/lint/action.yaml index 46fc471..dbf10c2 100644 --- a/.github/actions/lint/action.yaml +++ b/.github/actions/lint/action.yaml @@ -8,7 +8,7 @@ runs: using: composite steps: - name: Use Node.js latest - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: 20 diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 9175df7..40080ee 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Use Node.js latest - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: 20 diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 2110df0..a95535b 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -29,7 +29,7 @@ jobs: uses: ./.github/actions/renovate-readiness - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 - name: Install commitlint run: |