From a77721d02a233bf1a144a3866317b3b8bb1f7618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 05:51:21 +0000 Subject: [PATCH] ci(gh-actions): bump actions/setup-node from 4.0.3 to 4.0.4 (#945) --- .github/workflows/node.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 1880a968..64bec0df 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -18,7 +18,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ vars.NODE_VERSION }} cache: npm @@ -38,7 +38,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ vars.NODE_VERSION }} cache: npm @@ -61,7 +61,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ vars.NODE_VERSION }} cache: npm @@ -136,7 +136,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ vars.NODE_VERSION }}