From c1b1010193ca73b5b47419b06650c0c9e0c2cef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:53:41 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bump.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index c1f909db2..ae2f6386b 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Setup Node.JS - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: 20.6.0 cache: npm diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7eab11505..3feef39b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Node.JS - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: 20.6.0 cache: npm diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88474a179..4326b83c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Node.JS - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: 20.6.0 cache: npm @@ -71,7 +71,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Node.JS - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: 20.6.0 cache: npm @@ -94,7 +94,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Node.JS - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: 20.6.0 cache: npm