Skip to content

Commit 4ff26ca

Browse files
chore(deps): bump cachix/install-nix-action from 29 to 30 (#1388)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v29...v30) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 556da72 commit 4ff26ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: true
1515
- name: nix
16-
uses: cachix/install-nix-action@v29
16+
uses: cachix/install-nix-action@v30
1717
with:
1818
nix_path: nixpkgs=channel:nixos-unstable
1919
- run: nix develop .#check -c make nix-tests
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
submodules: true
2727
- name: nix
28-
uses: cachix/install-nix-action@v29
28+
uses: cachix/install-nix-action@v30
2929
with:
3030
nix_path: nixpkgs=channel:nixos-unstable
3131
- run: nix develop .#fmt -c make nix-fmt

0 commit comments

Comments
 (0)