From 071ae4e68c6e32593114deda47105deaa9038831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:03:00 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-playground.yaml | 2 +- .github/workflows/verify-playground.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-playground.yaml b/.github/workflows/publish-playground.yaml index 954ca566..1d13bf96 100644 --- a/.github/workflows/publish-playground.yaml +++ b/.github/workflows/publish-playground.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 18 - name: npm ci, build and test diff --git a/.github/workflows/verify-playground.yml b/.github/workflows/verify-playground.yml index 48baf544..7c671319 100644 --- a/.github/workflows/verify-playground.yml +++ b/.github/workflows/verify-playground.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 18 - name: Run npm ci