From 4f84a26f2740cce8ee07a3365aa2a11863647e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:22:01 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.4 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 92080f062a0..3f2b6d9532c 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -71,7 +71,7 @@ jobs: - name: Clone repo uses: actions/checkout@v4.2.0 - name: Set up nodejs - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: '20' cache: 'npm'