Skip to content

Commit

Permalink
Merge pull request #55 from input-output-hk/fix-deploy-yaml
Browse files Browse the repository at this point in the history
Bump version of cachix/install-nix-action: v20 -> v23
  • Loading branch information
hrajchert authored Nov 8, 2023
2 parents d360329 + 1ad162d commit 490519e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.10.3/install
extra_nix_config: |
allowed-uris = ${{ env.ALLOWED_URIS }}
trusted-public-keys = ${{ env.TRUSTED_PUBLIC_KEYS }}
substituters = ${{ env.SUBSTITUTERS }}
experimental-features = nix-command flakes
accept-flake-config = true
- name: Build image and copy to local Docker registry
run: |
Expand Down

0 comments on commit 490519e

Please sign in to comment.