From 7c19d636a21ca8ad83609d08e747bc6a3495fbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:53:27 +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.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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d4905c8b..46072ccf 100644 --- a/action.yml +++ b/action.yml @@ -251,7 +251,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@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 with: version: '0.106.1'