From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 09:30:02 +0000 (+1100) Subject: Bump actions/setup-node from 4.2.0 to 4.3.0 (#2278) X-Git-Tag: v4.6.0~17 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=90aecb8d7a5d10cb45470792b5a5986bef86cc31;p=rainny.git Bump actions/setup-node from 4.2.0 to 4.3.0 (#2278) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index cd07e0c..6d80727 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Setup node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version: 20.12.2 cache: 'npm' diff --git a/.github/workflows/netlify-dev.yml b/.github/workflows/netlify-dev.yml index d53ebee..34308c2 100644 --- a/.github/workflows/netlify-dev.yml +++ b/.github/workflows/netlify-dev.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Setup node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version: 20.12.2 cache: 'npm' diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 9a9dd7c..fe0e2a8 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Setup node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version: 20.12.2 cache: 'npm'