Skip to content

Commit b8d4c1f

Browse files
authored
build(deps): bump cachix/install-nix-action from 18 to 19 (#161)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's releases</a>.</em></p> <blockquote> <h2>install-nix-action-v19</h2> <ul> <li>expose github_access_token option and use the default github token by default to prevent rate limiting</li> <li>support <code>--no-daemon</code> installation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cachix/install-nix-action/commit/5c11eae19dba042788936d4f1c9685fdd814ac49"><code>5c11eae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/158">#158</a> from cachix/fix-test</li> <li><a href="https://github.com/cachix/install-nix-action/commit/846213dc1f13fb2f1812c8be1d854b79948bde5a"><code>846213d</code></a> update tests</li> <li><a href="https://github.com/cachix/install-nix-action/commit/bd6084e16e55fded4460410222ed3c1a7fcd36c1"><code>bd6084e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/156">#156</a> from InternetUnexplorer/update-readme</li> <li><a href="https://github.com/cachix/install-nix-action/commit/67388ca69eb5c94b15ffe79e08548ff5313663ef"><code>67388ca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/157">#157</a> from zimbatm/default-token</li> <li><a href="https://github.com/cachix/install-nix-action/commit/a4b8aaf5a24260b643f571235829e53e6b3cc920"><code>a4b8aaf</code></a> Fix rate-limits by using github.token by default</li> <li><a href="https://github.com/cachix/install-nix-action/commit/70980f045d23efcfcac6fc398474b5d62ee1e8c7"><code>70980f0</code></a> clarify behavior of github_access_token option</li> <li><a href="https://github.com/cachix/install-nix-action/commit/25d64bbf11b34ad6443b4169002d4a1b163a4b02"><code>25d64bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/153">#153</a> from InternetUnexplorer/master</li> <li><a href="https://github.com/cachix/install-nix-action/commit/b95f68250363e6996e0fdafe18cf23c3fc9f873b"><code>b95f682</code></a> fix typo in github_access_token option</li> <li><a href="https://github.com/cachix/install-nix-action/commit/b15708fdde325ea83010e769b2204dd8fd7e8db7"><code>b15708f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cachix/install-nix-action/issues/152">#152</a> from zimbatm/github-access-token</li> <li><a href="https://github.com/cachix/install-nix-action/commit/c04fcbc1790b0d7beebb69ed234fc4d8bdcac953"><code>c04fcbc</code></a> add github_access_token option</li> <li>Additional commits viewable in <a href="https://github.com/cachix/install-nix-action/compare/v18...v19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/install-nix-action&package-manager=github_actions&previous-version=18&new-version=19)](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 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>
2 parents b9f8c81 + 2128ec0 commit b8d4c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo ::set-output name=short::$(git rev-parse --short HEAD)
4040
4141
- name: Install nix
42-
uses: cachix/install-nix-action@v18
42+
uses: cachix/install-nix-action@v19
4343
with:
4444
nix_path: nixpkgs=channel:nixos-unstable
4545

0 commit comments

Comments
 (0)