Skip to content

Commit

Permalink
CI: update Cachix action
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiwack committed Feb 1, 2025
1 parent 99bc379 commit a38a483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: cachix/install-nix-action@v15
with:
nix_path: "${{ env.nixpkgs-url }}"
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: aspiwack
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: cachix/install-nix-action@v15
with:
nix_path: "${{ env.nixpkgs-url }}"
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: aspiwack
# If you chose API tokens for write access OR if you have a private cache
Expand Down

0 comments on commit a38a483

Please sign in to comment.