From 828df0f63ff8acf4fb1a9e4249d5ff523bec4e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:14:19 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group with 1 update Bumps the production-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pre_commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_commits.yaml b/.github/workflows/pre_commits.yaml index 6ea6575..85b1203 100644 --- a/.github/workflows/pre_commits.yaml +++ b/.github/workflows/pre_commits.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18