We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaca15 commit 8a61547Copy full SHA for 8a61547
.github/workflows/nix-flake.yml
@@ -17,8 +17,8 @@ jobs:
17
name: Nix on ${{ matrix.os }}
18
runs-on: ${{ matrix.os }}
19
steps:
20
- - uses: actions/checkout@v3.1.0
21
- - uses: cachix/install-nix-action@v21
+ - uses: actions/checkout@v3.5.3
+ - uses: cachix/install-nix-action@v22
22
with:
23
extra_nix_config: |
24
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
0 commit comments