Skip to content

Commit 75a508a

Browse files
chore: bump nixbuild/nix-quick-install-action from 30 to 31 (#242)
### **User description** Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 30 to 31. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nixbuild/nix-quick-install-action/releases">nixbuild/nix-quick-install-action's releases</a>.</em></p> <blockquote> <h2>nixbuild/nix-quick-install-action@v31</h2> <h2>Changes</h2> <ul> <li> <p>Remove Nix versions: 2.25.5</p> </li> <li> <p>Bump minor Nix versions: 2.24.12 -&gt; 2.24.14, 2.26.1 -&gt; 2.26.3 2.21.0 -&gt; 2.21.4.</p> </li> <li> <p>Add Nix versions: 2.28.3, 2.29.0</p> </li> <li> <p>Bump default Nix version: 2.24.12 -&gt; 2.29.0</p> </li> <li> <p>Fix issue with 'experimental-features' setting getting overwritten (<a href="https://redirect.github.com/nixbuild/nix-quick-install-action/issues/66">#66</a>).</p> </li> </ul> <h2>Supported Nix Versions on x86_64-linux runners</h2> <ul> <li>2.29.0</li> <li>2.28.3</li> <li>2.26.3</li> <li>2.24.14</li> <li>2.3.18</li> </ul> <h2>Supported Nix Versions on aarch64-linux runners</h2> <ul> <li>2.29.0</li> <li>2.28.3</li> <li>2.26.3</li> <li>2.24.14</li> </ul> <h2>Supported Nix Versions on x86_64-darwin runners</h2> <ul> <li>2.29.0</li> <li>2.28.3</li> <li>2.26.3</li> <li>2.24.14</li> <li>2.3.18</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE">nixbuild/nix-quick-install-action's changelog</a>.</em></p> <blockquote> <p>v31</p> <h2>Changes</h2> <ul> <li> <p>Remove Nix versions: 2.25.5</p> </li> <li> <p>Bump minor Nix versions: 2.24.12 -&gt; 2.24.14, 2.26.1 -&gt; 2.26.3 2.21.0 -&gt; 2.21.4.</p> </li> <li> <p>Add Nix versions: 2.28.3, 2.29.0</p> </li> <li> <p>Bump default Nix version: 2.24.12 -&gt; 2.29.0</p> </li> <li> <p>Fix issue with 'experimental-features' setting getting overwritten (<a href="https://redirect.github.com/nixbuild/nix-quick-install-action/issues/66">#66</a>).</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/889f3180bb5f064ee9e3201428d04ae9e41d54ad"><code>889f318</code></a> Release v31</li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/09d596a4938195f86d6348eb28043cd4717dc701"><code>09d596a</code></a> Fix workflow</li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/ce8e5b9320b1b7204fc57918c56c868880a8bd06"><code>ce8e5b9</code></a> Document <a href="https://redirect.github.com/nixbuild/nix-quick-install-action/issues/45">#45</a></li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/d9bcabc69f2dd04d3b2f82bceb1596e98a84cb82"><code>d9bcabc</code></a> Avoid overwriting user-supplied experimental-feature setting. Fixes <a href="https://redirect.github.com/nixbuild/nix-quick-install-action/issues/66">#66</a>.</li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/9eb57d66521f533ff8acd3993c4a050118c18ec0"><code>9eb57d6</code></a> Remove unused file</li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/b6ab472bc41de2b0c9bf72f3c119b152a81487ac"><code>b6ab472</code></a> Merge pull request <a href="https://redirect.github.com/nixbuild/nix-quick-install-action/issues/67">#67</a> from nixbuild/nix_2_29</li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/255feab0a13371e4461a4336d43ecc838d0d2cf5"><code>255feab</code></a> Add Nix 2.29. Remove deprecated version 2.25.</li> <li><a href="https://github.com/nixbuild/nix-quick-install-action/commit/8505cd40ae3d4791ca658f2697c5767212e5ce71"><code>8505cd4</code></a> Update README and workflows for v30</li> <li>See full diff in <a href="https://github.com/nixbuild/nix-quick-install-action/compare/v30...v31">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nixbuild/nix-quick-install-action&package-manager=github_actions&previous-version=30&new-version=31)](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> ___ ### **PR Type** Other ___ ### **Description** - Bump nixbuild/nix-quick-install-action from v30 to v31 - Updates GitHub Actions dependency for Nix installation - Includes newer Nix versions and bug fixes ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>gen_schedule_update_deps.yaml</strong><dd><code>Update Nix installation action version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> .github/workflows/gen_schedule_update_deps.yaml - Update nixbuild/nix-quick-install-action version from v30 to v31 </details> </td> <td><a href="https://github.com/nhost/hasura-storage/pull/242/files#diff-ae003e22c1e5cbf186e1749d77dec35965e521d2583ba8cf45fcb1c8f300e177">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7353a8 commit 75a508a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen_schedule_update_deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
role-to-assume: arn:aws:iam::${{ secrets.AWS_PRODUCTION_CORE_ACCOUNT_ID }}:role/github-actions-nhost-${{ github.event.repository.name }}
2626
aws-region: eu-central-1
2727

28-
- uses: nixbuild/nix-quick-install-action@v30
28+
- uses: nixbuild/nix-quick-install-action@v31
2929
with:
3030
nix_version: 2.20.5
3131
nix_conf: |

0 commit comments

Comments
 (0)