Skip to content

Commit f67c654

Browse files
build(deps): bump cachix/install-nix-action from 30 to 31
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v30...v31) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5773f46 commit f67c654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
# Install Nix and use that to run our tests so our environment matches exactly.
31-
- uses: cachix/install-nix-action@v30
31+
- uses: cachix/install-nix-action@v31
3232
with:
3333
nix_path: nixpkgs=channel:nixos-unstable
3434

@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
# Install Nix and use that to run our tests so our environment matches exactly.
53-
- uses: cachix/install-nix-action@v30
53+
- uses: cachix/install-nix-action@v31
5454
with:
5555
nix_path: nixpkgs=channel:nixos-unstable
5656

0 commit comments

Comments
 (0)