Skip to content

Commit bf65aa7

Browse files
authored
ci: Update cachix action to fix deprecation warning (#43)
1 parent f7cd9c6 commit bf65aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
extra_nix_config: |
1616
experimental-features = nix-command flakes
17-
- uses: cachix/cachix-action@v11
17+
- uses: cachix/cachix-action@v12
1818
with:
1919
name: utdemir
2020
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

0 commit comments

Comments
 (0)