From ee215a7c508b2bf6971e8030eca3afc872b07e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:07:58 +0000 Subject: [PATCH] Bump the gha-deps group across 1 directory with 2 updates Bumps the gha-deps group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit-main.yml b/.github/workflows/commit-main.yml index 932f0ad..6a0d414 100644 --- a/.github/workflows/commit-main.yml +++ b/.github/workflows/commit-main.yml @@ -74,12 +74,12 @@ jobs: uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "lts/*" - name: Download app - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: .