Skip to content

Commit

Permalink
feat(github-action)!: Update cachix/install-nix-action ( v26 → v27 ) (#…
Browse files Browse the repository at this point in the history
…137)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cachix/install-nix-action](https://togithub.com/cachix/install-nix-action)
| action | major | `v26` -> `v27` |

---

### Release Notes

<details>
<summary>cachix/install-nix-action (cachix/install-nix-action)</summary>

###
[`v27`](https://togithub.com/cachix/install-nix-action/releases/tag/v27)

[Compare
Source](https://togithub.com/cachix/install-nix-action/compare/v26...v27)

##### What's Changed

- Enable `always-allow-substitutes` by default by
[@&#8203;sandydoo](https://togithub.com/sandydoo) in
[cachix/install-nix-action#207
- nix: 2.20.5 -> 2.22.1 by [@&#8203;kashw2](https://togithub.com/kashw2)
in
[cachix/install-nix-action#206
- ci: fix tests by [@&#8203;sandydoo](https://togithub.com/sandydoo) in
[cachix/install-nix-action#208

##### New Contributors

- [@&#8203;kashw2](https://togithub.com/kashw2) made their first
contribution in
[cachix/install-nix-action#206

**Full Changelog**:
cachix/install-nix-action@v26...V27

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21ham9yIl19-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] committed May 16, 2024
1 parent 2ca91a7 commit 1670aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with:
extra_nix_config: |
auto-optimise-store = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down

0 comments on commit 1670aa6

Please sign in to comment.