Skip to content

Commit

Permalink
Bump cachix/cachix-action from 13 to 14 (#2926)
Browse files Browse the repository at this point in the history
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action)
from 13 to 14.
<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-v14</h2>
<p><a
href="https://blog.cachix.org/posts/2024-01-12-cachix-v1-7/">https://blog.cachix.org/posts/2024-01-12-cachix-v1-7/</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cachix/cachix-action/commit/18cf96c7c98e048e10a83abd92116114cd8504be"><code>18cf96c</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/cachix-action/issues/166">#166</a>
from cachix/feature/daemon</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/467b7ad67ec5520b97203fabcf8adbd2a5feff68"><code>467b7ad</code></a>
daemon: fix support check in post run</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/c9fc59c798bb7f69ead2c4fdc1eceb7957569a8e"><code>c9fc59c</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/cachix-action/issues/161">#161</a>
from cachix/feature/daemon</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/e54c44ceb8c7353d2dac1304f11f37fb8cca1a96"><code>e54c44c</code></a>
daemon: drop latest daemon installer</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/3a94faecebb49f82e982fab6d1fa247c9663d2dd"><code>3a94fae</code></a>
daemon: update tests</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/a7c8acb335f2dbb5b00bbbc0dc86681146c21100"><code>a7c8acb</code></a>
daemon: add even more logging to trusted user logic</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/11a95a781db641406558be1bba7298a8632cab74"><code>11a95a7</code></a>
daemon: resolve promise</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/608ce1e4426dc99f9924ff40b9ef0a46043b3dfd"><code>608ce1e</code></a>
daemon: add debugging logs to trusted user logic</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/711a7324393d139552cd6d3303bc92b075b33d10"><code>711a732</code></a>
daemon: fix reading trusted-users</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/8426524a2b36946887d12d16fa5cde670b404bb7"><code>8426524</code></a>
daemon: check for credentials early</li>
<li>Additional commits viewable in <a
href="https://github.com/cachix/cachix-action/compare/v13...v14">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/cachix-action&package-manager=github_actions&previous-version=13&new-version=14)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 16, 2024
1 parent 1dd6711 commit ee55364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: sourmash-bio
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit ee55364

Please sign in to comment.