From 11a2b1d26c5a972999e42dc5aa940c6ff7c73c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:07:10 +0000 Subject: [PATCH] Bump actions/setup-node from 4 to 5 in the gha-deps group Bumps the gha-deps 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: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-main.yml b/.github/workflows/commit-main.yml index b3d3f18..0cda918 100644 --- a/.github/workflows/commit-main.yml +++ b/.github/workflows/commit-main.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: "lts/*"