Skip to content

Commit 621bf81

Browse files
authored
Merge pull request #145 from nix-community/dependabot/github_actions/cachix/install-nix-action-17
Bump cachix/install-nix-action from 16 to 17
2 parents 117ed43 + 67c1de5 commit 621bf81

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
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
# Nix Flakes doesn't work on shallow clones
1515
fetch-depth: 0
16-
- uses: cachix/install-nix-action@v16
16+
- uses: cachix/install-nix-action@v17
1717
- name: List flake structure
1818
run: nix flake show
1919
- name: Run unit tests (flake)

0 commit comments

Comments
 (0)