Skip to content

Commit

Permalink
chore: bump cachix/cachix-action from 12 to 13 (#189)
Browse files Browse the repository at this point in the history
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action)
from 12 to 13.
<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-v13</h2>
<ul>
<li>run on node20</li>
<li>add <code>skipAddingSubstituter</code> to skip running <code>cachix
use</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cachix/cachix-action/commit/6a2e08b5ebf7a9f285ff57b1870a4262b06e0bee"><code>6a2e08b</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/cachix-action/issues/158">#158</a>
from cachix/bump-node</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/e98f643462dde5f95237d84f5ce9e0cdf1b4ac58"><code>e98f643</code></a>
Commit dist</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/2025bdaff15af7f7187b8b92625ffe96ff48fd1c"><code>2025bda</code></a>
Bump node in devenv</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/6d013b15ef6097c1aa716509686fa00afb506343"><code>6d013b1</code></a>
Bump dependencies</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/33393dc192628f16b1dd7b1935ba32ca27c39d49"><code>33393dc</code></a>
Update tsconfig</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/1ad072581df758ad1cd7e52d3f31a3191f19abb5"><code>1ad0725</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/cachix-action/issues/156">#156</a>
from cachix/dependabot/github_actions/cachix/install-...</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/70d2b7fe3da8d849f77cec04bddc7a57c63a33b5"><code>70d2b7f</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/cachix-action/issues/157">#157</a>
from cachix/dependabot/github_actions/actions/checkout-4</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/d0ac1486c5afa94e0e0dfcc15bde0202f7da43ae"><code>d0ac148</code></a>
Run on node20</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/fe4b2e9abc9093db40d0642011487a42b5e7e8cc"><code>fe4b2e9</code></a>
chore(deps): bump actions/checkout from 3 to 4</li>
<li><a
href="https://github.com/cachix/cachix-action/commit/8d5346287306e726e352a7453f3157cc759bd418"><code>8d53462</code></a>
chore(deps): bump cachix/install-nix-action from 22 to 23</li>
<li>Additional commits viewable in <a
href="https://github.com/cachix/cachix-action/compare/v12...v13">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=12&new-version=13)](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] authored Nov 29, 2023
1 parent 51ccc70 commit 19d678c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: /nix
key: nix-build-${{ matrix.platform }}-${{ hashFiles('**/*.nix') }}

- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: hasura-storage
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: /nix
key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}

- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: hasura-storage
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit 19d678c

Please sign in to comment.