From 2ba387c98dfca7739873f13c41cf6b6dd198a113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:00:27 +0200 Subject: [PATCH] build(deps): bump actions/setup-node from 4 to 5 in the all group (#384) Bumps the all group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 72861002..76cd26b6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v5 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: npm cache-dependency-path: package-lock.json @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v5 - name: 🏗️ Setup Node.js Environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: npm cache-dependency-path: package-lock.json