Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 22 to 23 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Sep 4, 2023
2 parents 41bfc54 + fd86c96 commit aa73329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-install-nix-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Install & configure Nix for public Hackworth Ltd repos
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackworthltd.cachix.org-1:0JTCI0qDo2J+tonOalrSQP3yRNleN6bQucJ05yDltRI= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-update-nix-flake-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Install & configure Nix for public Hackworth Ltd repos.
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackworthltd.cachix.org-1:0JTCI0qDo2J+tonOalrSQP3yRNleN6bQucJ05yDltRI= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=
Expand Down

0 comments on commit aa73329

Please sign in to comment.