Skip to content

Commit e5be160

Browse files
authored
Merge pull request #4 from mistzzt/dependabot/github_actions/cachix/install-nix-action-v29
Bump cachix/install-nix-action from V28 to 29
2 parents cd07aa4 + b9add9f commit e5be160

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
2929
- name: Install nix
30-
uses: cachix/install-nix-action@V28
30+
uses: cachix/install-nix-action@v29
3131
with:
3232
nix_path: "${{ matrix.nixPath }}"
3333
extra_nix_config: |

0 commit comments

Comments
 (0)