Skip to content

Commit 9582700

Browse files
committed
Bump 'install-nix-action'
1 parent 63136d0 commit 9582700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
submodules: true
2020

2121
- name: ❄️ Install Nix
22-
uses: cachix/install-nix-action@v13
22+
uses: cachix/install-nix-action@v20
2323
with:
2424
extra_nix_config: |
2525
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
2626
substituters = https://hydra.iohk.io https://cache.nixos.org/
2727
2828
- name: 💾 Cache Build
29-
uses: cachix/cachix-action@v10
29+
uses: cachix/cachix-action@v12
3030
with:
3131
name: cardano-ogmios
3232
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

0 commit comments

Comments
 (0)