Skip to content

Commit 8d82b44

Browse files
chore(deps): Bump cachix/cachix-action from 15 to 16 (#4942)
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16. <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>v16</h2> <h2>What's Changed</h2> <ul> <li>Add a small delay to allow post-build hooks to flush through by <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> in <a href="https://redirect.github.com/cachix/cachix-action/pull/196">cachix/cachix-action#196</a></li> <li>Upgraded dependencies</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cachix/cachix-action/compare/v15...v16">https://github.com/cachix/cachix-action/compare/v15...v16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cachix/cachix-action/commit/0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad"><code>0fc0201</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/201">#201</a> from cachix/bump-deps</li> <li><a href="https://github.com/cachix/cachix-action/commit/9ff160dfdf7eb86c1a015019ab61735c71f20c1b"><code>9ff160d</code></a> dist: build</li> <li><a href="https://github.com/cachix/cachix-action/commit/43208f11653918d2dbfbae2324fed81dbb142c16"><code>43208f1</code></a> deps: pnpm update</li> <li><a href="https://github.com/cachix/cachix-action/commit/177fc8ba87629fdd84cdc46eeb62708a02c91669"><code>177fc8b</code></a> ci: run private cache tests when secrets are available</li> <li><a href="https://github.com/cachix/cachix-action/commit/9bb3a15fdb8235fe9ad2ceb2eabbf9244f8792cf"><code>9bb3a15</code></a> deps: devenv update</li> <li><a href="https://github.com/cachix/cachix-action/commit/be5295a636153b6ad194d3245f78f8e0b78dc704"><code>be5295a</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/197">#197</a> from cachix/dev-restructure</li> <li><a href="https://github.com/cachix/cachix-action/commit/dbbedb8579422142411526a74bec592bd3c595e2"><code>dbbedb8</code></a> ci: split build and test scripts</li> <li><a href="https://github.com/cachix/cachix-action/commit/a3f805d98835c8b30abf35a497bf6fe0c37b4777"><code>a3f805d</code></a> ci: build once with devenv</li> <li><a href="https://github.com/cachix/cachix-action/commit/c48cfdb2ec02154c9068f4de72b5149b1eb3abff"><code>c48cfdb</code></a> ci: switch out yarn</li> <li><a href="https://github.com/cachix/cachix-action/commit/9af815036c1a51c73e74de739f2a2c7ce39bab3b"><code>9af8150</code></a> dist: rebuild</li> <li>Additional commits viewable in <a href="https://github.com/cachix/cachix-action/compare/v15...v16">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=15&new-version=16)](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>
1 parent c67ec3b commit 8d82b44

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
- uses: cachix/install-nix-action@v30
52-
- uses: cachix/cachix-action@v15
52+
- uses: cachix/cachix-action@v16
5353
if: startsWith(github.ref, 'refs/heads/')
5454
with:
5555
name: ic-hs-test
5656
# NB: No auth token, we don’t want to push new stuff here
57-
- uses: cachix/cachix-action@v15
57+
- uses: cachix/cachix-action@v16
5858
if: startsWith(github.ref, 'refs/tags/')
5959
with:
6060
name: ic-hs-test
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v4
7777
- uses: cachix/install-nix-action@v30
78-
- uses: cachix/cachix-action@v15
78+
- uses: cachix/cachix-action@v16
7979
with:
8080
name: ic-hs-test
8181
# NB: No auth token, we don’t expect to push new stuff here

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# We are using the ic-hs-test cachix cache that is also used by
2323
# dfinity/ic-hs. This is partly laziness (on need to set up a separate
2424
# cache), but also to get the ic-ref-test binary without rebuilding
25-
- uses: cachix/cachix-action@v15
25+
- uses: cachix/cachix-action@v16
2626
with:
2727
name: ic-hs-test
2828
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@v4
109109
- uses: cachix/install-nix-action@v30
110-
- uses: cachix/cachix-action@v15
110+
- uses: cachix/cachix-action@v16
111111
with:
112112
name: ic-hs-test
113113
- name: Fetch report
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v4
132132
- uses: cachix/install-nix-action@v30
133-
- uses: cachix/cachix-action@v15
133+
- uses: cachix/cachix-action@v16
134134
with:
135135
name: ic-hs-test
136136
- name: nix-build

.github/workflows/update-hash.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: cachix/install-nix-action@v30
2020
with:
2121
nix_path: nixpkgs=channel:nixos-22.11
22-
- uses: cachix/cachix-action@v15
22+
- uses: cachix/cachix-action@v16
2323
with:
2424
name: ic-hs-test
2525
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

0 commit comments

Comments
 (0)