From 63fe241fea927b1f9b4b575b78c62ff8aae78dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:44:58 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/web-browserslist-updater.yml | 2 +- .github/workflows/web-shadcn-updater.yml | 2 +- .github/workflows/web.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/web-browserslist-updater.yml b/.github/workflows/web-browserslist-updater.yml index 3c50dec6d..25deaf7b2 100644 --- a/.github/workflows/web-browserslist-updater.yml +++ b/.github/workflows/web-browserslist-updater.yml @@ -30,7 +30,7 @@ jobs: ref: ${{ matrix.branch }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 - name: Install dependencies run: npm install diff --git a/.github/workflows/web-shadcn-updater.yml b/.github/workflows/web-shadcn-updater.yml index e1aeff9ae..0d0b33984 100644 --- a/.github/workflows/web-shadcn-updater.yml +++ b/.github/workflows/web-shadcn-updater.yml @@ -27,7 +27,7 @@ jobs: ref: next - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 - name: Install dependencies run: npm install diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index eb421cefb..fb375ace2 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: lts/* cache: npm @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: lts/* cache: npm