mirror of https://github.com/materusPL/Nixerus.git
Merge pull request #10 from materusPL/dependabot/github_actions/cachix/install-nix-action-25
build(deps): bump cachix/install-nix-action from 24 to 25
This commit is contained in:
commit
3087e6df8c
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v24
|
uses: cachix/install-nix-action@v25
|
||||||
with:
|
with:
|
||||||
nix_path: "${{ matrix.nixPath }}"
|
nix_path: "${{ matrix.nixPath }}"
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
|
|
Loading…
Reference in New Issue