Skip to content

Commit

Permalink
chore(deps): update cachix/install-nix-action action to v27 (#123)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

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>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bobvanderlinden/nixpkgs-ruby).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
renovate[bot] committed Jun 9, 2024
2 parents 2937d9f + 275ce9d commit 71dc182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: master
- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27
- run: nix run .#update
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 71dc182

Please sign in to comment.