From 37f54ce5995a242946a050534d6801c168e346a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:24:01 +0000 Subject: [PATCH] Bump workflow/nix-shell-action from 3.4.0 to 4.0.0 Bumps [workflow/nix-shell-action](https://github.com/workflow/nix-shell-action) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/workflow/nix-shell-action/releases) - [Commits](https://github.com/workflow/nix-shell-action/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: workflow/nix-shell-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 153dd3a..675dbf3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: workflow/nix-shell-action@v3.4.0 + - uses: workflow/nix-shell-action@v4.0.0 with: flakes-from-devshell: true script: |