Skip to content

Commit

Permalink
update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jun 19, 2023
1 parent 7eaca15 commit 8a61547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
name: Nix on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.1.0
- uses: cachix/install-nix-action@v21
- uses: actions/checkout@v3.5.3
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
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=
Expand Down

0 comments on commit 8a61547

Please sign in to comment.