From b6897aa00d9ea9987c74b4f1d8b8c961fb6b6a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:21:02 +0000 Subject: [PATCH] Bump actions-ext/node/setup Bumps [actions-ext/node/setup](https://github.com/actions-ext/node) from 0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f to b0536d87c5e92c924bc8667f566f620758280825. - [Commits](https://github.com/actions-ext/node/compare/0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f...b0536d87c5e92c924bc8667f566f620758280825) --- updated-dependencies: - dependency-name: actions-ext/node/setup dependency-version: b0536d87c5e92c924bc8667f566f620758280825 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 28f5494..fd90f42 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -70,7 +70,7 @@ jobs: version: ${{ matrix.python }} - name: Setup Node.js - uses: actions-ext/node/setup@0ea5bdcd24d2488b28e16bf611b446a2f8e1e12f + uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 with: version: 22.x if: matrix.target == 'native'