From ba279f77c23dd1ff7d6692abc355e8b4aa67b51b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:05:16 +0000 Subject: [PATCH] chore(deps): update hustcer/setup-nu action to v3.23 --- .../native_model/.github/workflows/build_and_test_release.yml | 2 +- libraries/native_model/.github/workflows/clippy_check.yml | 2 +- libraries/native_model/.github/workflows/fmt_check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 7515bb8e..35d5331a 100644 --- a/libraries/native_model/.github/workflows/build_and_test_release.yml +++ b/libraries/native_model/.github/workflows/build_and_test_release.yml @@ -23,7 +23,7 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true - uses: extractions/setup-just@v3 - - uses: hustcer/setup-nu@v3.22 + - uses: hustcer/setup-nu@v3.23 with: version: '0.105.1' - name: Just version diff --git a/libraries/native_model/.github/workflows/clippy_check.yml b/libraries/native_model/.github/workflows/clippy_check.yml index 93820f52..5f35644a 100644 --- a/libraries/native_model/.github/workflows/clippy_check.yml +++ b/libraries/native_model/.github/workflows/clippy_check.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@stable - uses: extractions/setup-just@v3 - - uses: hustcer/setup-nu@v3.22 + - uses: hustcer/setup-nu@v3.23 with: version: '0.105.1' env: diff --git a/libraries/native_model/.github/workflows/fmt_check.yml b/libraries/native_model/.github/workflows/fmt_check.yml index 5ddeecf1..e7af6e24 100644 --- a/libraries/native_model/.github/workflows/fmt_check.yml +++ b/libraries/native_model/.github/workflows/fmt_check.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@stable - uses: extractions/setup-just@v3 - - uses: hustcer/setup-nu@v3.22 + - uses: hustcer/setup-nu@v3.23 with: version: '0.105.1' env: