From 3435681adc6157abc8321d9e06c748111d03e839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:22:47 +0000 Subject: [PATCH] chore(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.20 to 3.21 - [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/985d59ec83ae3e3418f9d36471cda38b9d8b9879...3a97c8160c2bb5af321a03336e7addc28f94444e) --- updated-dependencies: - dependency-name: hustcer/setup-nu dependency-version: '3.21' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 141269a..ac154ae 100644 --- a/action.yml +++ b/action.yml @@ -242,7 +242,7 @@ runs: - name: Setup nu shell # I'm done writing everything twice (in bash and powershell) # With nu shell, we use the same shell/script for all platforms - uses: hustcer/setup-nu@985d59ec83ae3e3418f9d36471cda38b9d8b9879 # v3.20.0 + uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.20.0 with: version: '0.106.1'