Skip to content

Commit

Permalink
chore(deps): Bump cachix/cachix-action from 13 to 14 (#4364)
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>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 094c031 commit 47e44a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
if: startsWith(github.ref, 'refs/heads/')
with:
name: ic-hs-test
# NB: No auth token, we don’t want to push new stuff here
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
if: startsWith(github.ref, 'refs/tags/')
with:
name: ic-hs-test
Expand All @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: ic-hs-test
# NB: No auth token, we don’t expect to push new stuff here
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# We are using the ic-hs-test cachix cache that is also used by
# dfinity/ic-hs. This is partly laziness (on need to set up a separate
# cache), but also to get the ic-ref-test binary without rebuilding
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: ic-hs-test
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: ic-hs-test
- name: Fetch report
Expand All @@ -130,7 +130,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: ic-hs-test
- name: nix-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-22.11
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: ic-hs-test
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 47e44a3

Please sign in to comment.