From f7dd658381eaec2d353321e30bc5ddf3126e34be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:29:20 +0000 Subject: [PATCH] ci/cd(deps): bump actions/setup-node from 4.0.1 to 4.0.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.cfp.yml | 2 +- .github/workflows/cd.ghp.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.cfp.yml b/.github/workflows/cd.cfp.yml index 2df1b9e..6df700f 100644 --- a/.github/workflows/cd.cfp.yml +++ b/.github/workflows/cd.cfp.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version: 20 cache: npm diff --git a/.github/workflows/cd.ghp.yml b/.github/workflows/cd.ghp.yml index 042dcc8..c800c73 100644 --- a/.github/workflows/cd.ghp.yml +++ b/.github/workflows/cd.ghp.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version: 20 cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a02ff..8a0137c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version: 20 cache: npm