From 7c70b072ee34d450180955bc5fe8e3bf63a10a76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:14:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 39370e3 --- .github/workflows/build.yaml | 2 +- .github/workflows/commit-lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- actions/setup/action.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ebf32f8..c50cc16 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: '20' cache: npm diff --git a/.github/workflows/commit-lint.yaml b/.github/workflows/commit-lint.yaml index 1185a76..08019a1 100644 --- a/.github/workflows/commit-lint.yaml +++ b/.github/workflows/commit-lint.yaml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: Setup node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: '20' cache: npm diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1300446..6c7cd98 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - name: Setup node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: '20' cache: npm diff --git a/actions/setup/action.yaml b/actions/setup/action.yaml index 64d678a..1c3884c 100644 --- a/actions/setup/action.yaml +++ b/actions/setup/action.yaml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Setup node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: "20" registry-url: "https://npm.pkg.github.com"