Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 12 to 16
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 16.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v12...v16)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and anthonyroussel committed Mar 31, 2022
1 parent 1aaf0be commit ad8e8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/home-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-21.11:/home/runner/.nix-defexpr/channels

Expand All @@ -33,7 +33,7 @@ jobs:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-21.11:/home/runner/.nix-defexpr/channels

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-21.11
- run: nix-shell .github/shadow-packages.nix
Expand All @@ -19,7 +19,7 @@ jobs:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell .github/shadow-packages.nix

0 comments on commit ad8e8b3

Please sign in to comment.