Skip to content

Commit 55b495a

Browse files
chore(deps): Bump cachix/cachix-action from 15 to 16 (#733)
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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8daf633 commit 55b495a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/benchmarks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: Set up the Nix Cache 🔌
24-
uses: cachix/cachix-action@v15
24+
uses: cachix/cachix-action@v16
2525
with:
2626
name: hasura-v3-dev
2727
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

.github/workflows/check-format.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Set up the Nix Cache 🔌
48-
uses: cachix/cachix-action@v15
48+
uses: cachix/cachix-action@v16
4949
with:
5050
name: hasura-v3-dev
5151
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
6666
github_access_token: ${{ secrets.GITHUB_TOKEN }}
6767

6868
- name: Set up the Nix Cache 🔌
69-
uses: cachix/cachix-action@v15
69+
uses: cachix/cachix-action@v16
7070
with:
7171
name: hasura-v3-dev
7272
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

.github/workflows/e2e-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1616

1717
- name: Set up the Nix Cache 🔌
18-
uses: cachix/cachix-action@v15
18+
uses: cachix/cachix-action@v16
1919
with:
2020
name: hasura-v3-dev
2121
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

.github/workflows/nix-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Set up the Nix Cache 🔌
20-
uses: cachix/cachix-action@v15
20+
uses: cachix/cachix-action@v16
2121
with:
2222
name: hasura-v3-dev
2323
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Set up the Nix Cache 🔌
42-
uses: cachix/cachix-action@v15
42+
uses: cachix/cachix-action@v16
4343
with:
4444
name: hasura-v3-dev
4545
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

.github/workflows/ship.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Set up the Nix Cache 🔌
25-
uses: cachix/cachix-action@v15
25+
uses: cachix/cachix-action@v16
2626
with:
2727
name: hasura-v3-dev
2828
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
@@ -70,7 +70,7 @@ jobs:
7070
github_access_token: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Set up the Nix Cache 🔌
73-
uses: cachix/cachix-action@v15
73+
uses: cachix/cachix-action@v16
7474
with:
7575
name: hasura-v3-dev
7676
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)