Skip to content

Commit

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

Bump cachix/install-nix-action from 22 to 23
  • Loading branch information
DavHau authored Sep 16, 2023
2 parents 725aab8 + 9762103 commit 6c1af4c
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@v22
uses: cachix/install-nix-action@v23
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@v22
uses: cachix/install-nix-action@v23
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@v22
uses: cachix/install-nix-action@v23
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@v22
# uses: cachix/install-nix-action@v23
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# extra_nix_config: |
Expand Down

0 comments on commit 6c1af4c

Please sign in to comment.