Skip to content

Commit

Permalink
fix: Upgrade cachix-action to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
myme committed Jul 24, 2023
1 parent 092338b commit 0b0564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: myme
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 0b0564d

Please sign in to comment.