Skip to content

Commit

Permalink
Merge pull request #579 from DavHau/dependabot/github_actions/cachix/…
Browse files Browse the repository at this point in the history
…install-nix-action-24

Bump cachix/install-nix-action from 23 to 24
  • Loading branch information
DavHau authored Dec 5, 2023
2 parents c7477e7 + 5d0513b commit d6ae81d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_NixPy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 1

- name: Install/Setup - NIX
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 1

- name: Install/Setup - NIX
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand All @@ -72,7 +72,7 @@ jobs:
fetch-depth: 1

- name: Install/Setup - NIX
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand All @@ -94,7 +94,7 @@ jobs:
# fetch-depth: 1

# - name: Install/Setup - NIX
# uses: cachix/install-nix-action@v23
# uses: cachix/install-nix-action@v24
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# extra_nix_config: |
Expand Down

0 comments on commit d6ae81d

Please sign in to comment.