Skip to content

Commit d42af93

Browse files
build(deps): bump cachix/install-nix-action from V27 to 29
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 29. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@V27...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8d1d93 commit d42af93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
# Install Nix and use that to run our tests so our environment matches exactly.
34-
- uses: cachix/install-nix-action@V27
34+
- uses: cachix/install-nix-action@v29
3535
with:
3636
nix_path: nixpkgs=channel:nixos-unstable
3737

@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
# Install Nix and use that to run our tests so our environment matches exactly.
59-
- uses: cachix/install-nix-action@V27
59+
- uses: cachix/install-nix-action@v29
6060
with:
6161
nix_path: nixpkgs=channel:nixos-unstable
6262

0 commit comments

Comments
 (0)