Skip to content

Commit

Permalink
update magix nix cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Apr 2, 2024
1 parent e71a936 commit b3e8367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cachix-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
with:
name: gabedunn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
with:
name: gabedunn
Expand Down

0 comments on commit b3e8367

Please sign in to comment.