Skip to content

Commit

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

---
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 crazazy committed Apr 14, 2024
1 parent 52adcd6 commit 05bfc19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildStaticNix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Nix
# You may pin to the exact commit or the version.
# uses: cachix/install-nix-action@07da2520eebede906fbeefa9dd0a2b635323909d
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:

# Set NIX_PATH environment variable.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sudo rm -rf /opt /usr/local || true

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down

0 comments on commit 05bfc19

Please sign in to comment.