Skip to content

Commit

Permalink
ci: fix cachix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Sep 21, 2024
1 parent 8983afb commit 6c1dbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
flake-lock-path: ./nix/flake.lock
ignore-missing-flake-lock: false
- name: Setup Cachix
uses: cachix/cachix-action@v27
uses: cachix/cachix-action@v15
with:
name: wezterm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 6c1dbc0

Please sign in to comment.