Skip to content

Commit

Permalink
bump cachix/install-nix-action to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed May 30, 2022
1 parent 6ccac97 commit 316840e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: cachix/install-nix-action@v14
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-22.05

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: cachix/install-nix-action@v13
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-22.05

Expand Down

0 comments on commit 316840e

Please sign in to comment.