From df1a0b506ae38fdd0f8fb24b50d7899b5e53d8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:06:00 +0000 Subject: [PATCH] build(deps): bump hustcer/setup-nu in the actions group Bumps the actions group with 1 update: [hustcer/setup-nu](https://github.com/hustcer/setup-nu). Updates `hustcer/setup-nu` from 3.25 to 3.26 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](https://github.com/hustcer/setup-nu/compare/ccd5bb5426b05a32009c2ba967946231f3919c97...f3fd65374ffc4d60974c0dd2f7263c6c5c285f81) --- updated-dependencies: - dependency-name: hustcer/setup-nu dependency-version: '3.26' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/bump-n-release.yml | 6 +++--- .github/workflows/run-dev-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 695aee0..b640149 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -135,7 +135,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} run: cargo binstall -y hyperfine - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Install uv uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 diff --git a/.github/workflows/bump-n-release.yml b/.github/workflows/bump-n-release.yml index fe0b9d2..d5d7a8f 100644 --- a/.github/workflows/bump-n-release.yml +++ b/.github/workflows/bump-n-release.yml @@ -74,7 +74,7 @@ jobs: --no-default-features --features set-version - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Bump ${{ inputs.component }} version env: GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }} @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Get changed packages id: get-pkgs shell: nu {0} @@ -124,7 +124,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Generate a release notes env: PKG: ${{ matrix.pkg }} diff --git a/.github/workflows/run-dev-tests.yml b/.github/workflows/run-dev-tests.yml index 66ee9d2..e95a5da 100644 --- a/.github/workflows/run-dev-tests.yml +++ b/.github/workflows/run-dev-tests.yml @@ -101,7 +101,7 @@ jobs: run: sudo apt-get update - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Restore build script seed uses: actions/download-artifact@v8