From 01b598d04e288c40a2b8fc83a2cfbddd040e1025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:47:01 +0300 Subject: [PATCH] Bump actions/setup-node from 4 to 5 (#214567) Bumps [actions/setup-node](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/aglint.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aglint.yml b/.github/workflows/aglint.yml index 30fb7c66368..a466c40ec98 100644 --- a/.github/workflows/aglint.yml +++ b/.github/workflows/aglint.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index fe10b2d71c2..b4407ebfbdf 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} cache: npm