Skip to content

Commit a38a483

Browse files
committed
CI: update Cachix action
1 parent 99bc379 commit a38a483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: cachix/install-nix-action@v15
1616
with:
1717
nix_path: "${{ env.nixpkgs-url }}"
18-
- uses: cachix/cachix-action@v12
18+
- uses: cachix/cachix-action@v15
1919
with:
2020
name: aspiwack
2121
# If you chose API tokens for write access OR if you have a private cache
@@ -33,7 +33,7 @@ jobs:
3333
- uses: cachix/install-nix-action@v15
3434
with:
3535
nix_path: "${{ env.nixpkgs-url }}"
36-
- uses: cachix/cachix-action@v12
36+
- uses: cachix/cachix-action@v15
3737
with:
3838
name: aspiwack
3939
# If you chose API tokens for write access OR if you have a private cache

0 commit comments

Comments
 (0)