From 10516f98686d6b7afa02a929cb8d50714348f5c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:30:10 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .../native_model/.github/workflows/build_and_test_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/.github/workflows/build_and_test_release.yml b/libraries/native_model/.github/workflows/build_and_test_release.yml index da4a840d..89bbc84c 100644 --- a/libraries/native_model/.github/workflows/build_and_test_release.yml +++ b/libraries/native_model/.github/workflows/build_and_test_release.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - name: install npm - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20'