Bumps cachix/cachix-action from 14 to 15.
Release notes
Sourced from cachix/cachix-action's releases.
cachix-action-v15
What's Changed
- Pass
cachixArgsto the daemon by@sandydooin cachix/cachix-action#177- Support path filtering when using the daemon by
@sandydooin cachix/cachix-action#182- Skip prep steps if using
pathsToPushby@sandydooin cachix/cachix-action#180- store-scan: improve error handling when listing the store fails by
@sandydooin cachix/cachix-action#183Full Changelog: https://github.com/cachix/cachix-action/compare/v14...v15
Commits
ad2ddacMerge pull request #184 from cachix/dependabot/github_actions/cachix/install-...403a1b5chore(deps): bump cachix/install-nix-action from 26 to 27132bc97Merge pull request #183 from cachix/fix-179662a883store-scan: use runner or os temp dirs08dcf70store-scan: improve error handling when store listing fails991af99Skip prep steps if usingpathsToPush(#180)74587eeMerge pull request #182 from cachix/support-daemon-push-filter5ee8857Fix syntax7431d10Use bash in post-build hookad440c0MakepushFilterfilter out just the positive matches- Additional commits viewable in compare view
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cachix/cachix-action/releases">cachix/cachix-action's releases</a>.</em></p>
<blockquote>
<h2>cachix-action-v15</h2>
<h2>What's Changed</h2>
<ul>
<li>Pass <code>cachixArgs</code> to the daemon by <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> in <a href="https://redirect.github.com/cachix/cachix-action/pull/177">cachix/cachix-action#177</a></li>
<li>Support path filtering when using the daemon by <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> in <a href="https://redirect.github.com/cachix/cachix-action/pull/182">cachix/cachix-action#182</a></li>
<li>Skip prep steps if using <code>pathsToPush</code> by <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> in <a href="https://redirect.github.com/cachix/cachix-action/pull/180">cachix/cachix-action#180</a></li>
<li>store-scan: improve error handling when listing the store fails by <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> in <a href="https://redirect.github.com/cachix/cachix-action/pull/183">cachix/cachix-action#183</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/cachix/cachix-action/compare/v14...v15">https://github.com/cachix/cachix-action/compare/v14...v15</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cachix/cachix-action/commit/ad2ddac53f961de1989924296a1f236fcfbaa4fc"><code>ad2ddac</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/184">#184</a> from cachix/dependabot/github_actions/cachix/install-...</li>
<li><a href="https://github.com/cachix/cachix-action/commit/403a1b5dadbdd11bf4858c4815d44727e02634f2"><code>403a1b5</code></a> chore(deps): bump cachix/install-nix-action from 26 to 27</li>
<li><a href="https://github.com/cachix/cachix-action/commit/132bc971f5f5691aadd0d1de82b438c366178557"><code>132bc97</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/183">#183</a> from cachix/fix-179</li>
<li><a href="https://github.com/cachix/cachix-action/commit/662a8831beb5acada52cd71dc06ef391c85066e6"><code>662a883</code></a> store-scan: use runner or os temp dirs</li>
<li><a href="https://github.com/cachix/cachix-action/commit/08dcf70a394cd1cef74b9d2ddc5ba3179b2ff586"><code>08dcf70</code></a> store-scan: improve error handling when store listing fails</li>
<li><a href="https://github.com/cachix/cachix-action/commit/991af99d4b9844e58d4aab92f0c7d8ecf9acbe72"><code>991af99</code></a> Skip prep steps if using <code>pathsToPush</code> (<a href="https://redirect.github.com/cachix/cachix-action/issues/180">#180</a>)</li>
<li><a href="https://github.com/cachix/cachix-action/commit/74587ee9209c44c9cc2da93ee9f97487711bf260"><code>74587ee</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/182">#182</a> from cachix/support-daemon-push-filter</li>
<li><a href="https://github.com/cachix/cachix-action/commit/5ee8857e76faa3dbcbee50e47801c572b7524636"><code>5ee8857</code></a> Fix syntax</li>
<li><a href="https://github.com/cachix/cachix-action/commit/7431d10acad17978eb5775c6ded207c34714bda0"><code>7431d10</code></a> Use bash in post-build hook</li>
<li><a href="https://github.com/cachix/cachix-action/commit/ad440c0fec35d27eaeca5a4b88ebfdbbcc706ecf"><code>ad440c0</code></a> Make <code>pushFilter</code> filter out just the positive matches</li>
<li>Additional commits viewable in <a href="https://github.com/cachix/cachix-action/compare/v14...v15">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>