Skip to content

Commit

Permalink
ci: Bump cachix/install-nix-action to v16
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Mendez <[email protected]>
  • Loading branch information
mmlb committed Dec 3, 2021
1 parent fe7ecae commit b0eb3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
go-version: "1.17"
- name: Install nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Fetch Nix Packages
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Fetch Nix Packages
Expand Down

0 comments on commit b0eb3c6

Please sign in to comment.