Skip to content

Commit 6072150

Browse files
chore(ci.deps): bump cachix/install-nix-action from 26 to 31
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v26...v31) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: '31' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 015a6da commit 6072150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # Required to count the commits
17-
- uses: cachix/install-nix-action@v26
17+
- uses: cachix/install-nix-action@v31
1818
with:
1919
nix_path: nixpkgs=channel:nixos-unstable
2020
- name: Run flake-update

0 commit comments

Comments
 (0)