Skip to content

Commit 3c6b515

Browse files
authored
Merge pull request #6 from Mikilio/dependabot/github_actions/cachix/install-nix-action-25
chore(deps): bump cachix/install-nix-action from 23 to 25
2 parents 47c1899 + b5dcbe5 commit 3c6b515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727
- name: Install nix
28-
uses: cachix/install-nix-action@v23
28+
uses: cachix/install-nix-action@v25
2929
with:
3030
nix_path: "${{ matrix.nixPath }}"
3131
extra_nix_config: |

0 commit comments

Comments
 (0)