From 06c663e4b88456e1bec29ef0989c913dbecf7d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:48:54 +0000 Subject: [PATCH] Update actions/setup-node action to v4.0.3 --- .github/workflows/release.yaml | 2 +- .github/workflows/ts.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8cb6da38..3ec7de31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 - run: corepack enable pnpm diff --git a/.github/workflows/ts.yaml b/.github/workflows/ts.yaml index 839c364d..5b5083f7 100644 --- a/.github/workflows/ts.yaml +++ b/.github/workflows/ts.yaml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 - run: corepack enable pnpm @@ -37,7 +37,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 - run: corepack enable pnpm