From d1323ab6a3133634c704b5420d6e48936881d249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:45:24 +0200 Subject: [PATCH] chore: bump actions/setup-node from 4.0.3 to 4.0.4 (#1373) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/comp-compile-explorer-code.yaml | 2 +- .github/workflows/xflow-release-docker-image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comp-compile-explorer-code.yaml b/.github/workflows/comp-compile-explorer-code.yaml index 5238b5879..fc2d8033d 100644 --- a/.github/workflows/comp-compile-explorer-code.yaml +++ b/.github/workflows/comp-compile-explorer-code.yaml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Setup NodeJS - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: 20 cache: npm diff --git a/.github/workflows/xflow-release-docker-image.yaml b/.github/workflows/xflow-release-docker-image.yaml index 3cd7883b7..6433ef7a7 100644 --- a/.github/workflows/xflow-release-docker-image.yaml +++ b/.github/workflows/xflow-release-docker-image.yaml @@ -115,7 +115,7 @@ jobs: tee package.json - name: Setup NodeJS - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: 19 cache: npm