Skip to content

Commit ea6bbc8

Browse files
committed
Update GitHub Actions
1 parent 243d55b commit ea6bbc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
continue-on-error: true
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: cachix/install-nix-action@v13
21+
- uses: cachix/install-nix-action@v14
2222
with:
2323
extra_nix_config: |
2424
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: macos-latest
5757
steps:
5858
- uses: actions/checkout@v2
59-
- uses: cachix/install-nix-action@v13
59+
- uses: cachix/install-nix-action@v14
6060
with:
6161
extra_nix_config: |
6262
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=

0 commit comments

Comments
 (0)