From 73c4686f272e39d5c689cafc67f455dc7c4d128b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:37:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .../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 e974cf37..722e585b 100644 --- a/libraries/native_model/.github/workflows/build_and_test_release.yml +++ b/libraries/native_model/.github/workflows/build_and_test_release.yml @@ -55,7 +55,7 @@ jobs: ref: main - name: install npm - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16'