Skip to content

Commit

Permalink
chore(deps): update cachix/cachix-action action to v15 (#124)
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/cachix-action](https://togithub.com/cachix/cachix-action) |
action | major | `v14` -> `v15` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/cachix/cachix-action/compare/v14...v15)

#### What's Changed

- Pass `cachixArgs` to the daemon by
[@&#8203;sandydoo](https://togithub.com/sandydoo) in
[https://github.com/cachix/cachix-action/pull/177](https://togithub.com/cachix/cachix-action/pull/177)
- Support path filtering when using the daemon by
[@&#8203;sandydoo](https://togithub.com/sandydoo) in
[https://github.com/cachix/cachix-action/pull/182](https://togithub.com/cachix/cachix-action/pull/182)
- Skip prep steps if using `pathsToPush` by
[@&#8203;sandydoo](https://togithub.com/sandydoo) in
[https://github.com/cachix/cachix-action/pull/180](https://togithub.com/cachix/cachix-action/pull/180)
- store-scan: improve error handling when listing the store fails by
[@&#8203;sandydoo](https://togithub.com/sandydoo) in
[https://github.com/cachix/cachix-action/pull/183](https://togithub.com/cachix/cachix-action/pull/183)

**Full Changelog**:
cachix/cachix-action@v14...v15

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] authored Jun 9, 2024
2 parents f0477e8 + 8725302 commit 2937d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Install Nix
uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-ruby
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 2937d9f

Please sign in to comment.