⬆️ Bump cachix/cachix-action from 12 to 13 (#4793)
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="6a2e08b5eb"><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="e98f643462"><code>e98f643</code></a> Commit dist</li> <li><a href="2025bdaff1"><code>2025bda</code></a> Bump node in devenv</li> <li><a href="6d013b15ef"><code>6d013b1</code></a> Bump dependencies</li> <li><a href="33393dc192"><code>33393dc</code></a> Update tsconfig</li> <li><a href="1ad072581d"><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="70d2b7fe3d"><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="d0ac1486c5"><code>d0ac148</code></a> Run on node20</li> <li><a href="fe4b2e9abc"><code>fe4b2e9</code></a> chore(deps): bump actions/checkout from 3 to 4</li> <li><a href="8d53462873"><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 /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
This commit is contained in:
parent
9af56fc153
commit
152e77182f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -493,7 +493,7 @@ jobs:
|
|||||||
# I could not find a way to install tree-grepper without nix
|
# I could not find a way to install tree-grepper without nix
|
||||||
# https://github.com/BrianHicks/tree-grepper/issues/293
|
# https://github.com/BrianHicks/tree-grepper/issues/293
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
- uses: cachix/cachix-action@v12
|
- uses: cachix/cachix-action@v13
|
||||||
with:
|
with:
|
||||||
name: tree-grepper
|
name: tree-grepper
|
||||||
- run: nix-env -if https://github.com/BrianHicks/tree-grepper/archive/refs/heads/main.tar.gz
|
- run: nix-env -if https://github.com/BrianHicks/tree-grepper/archive/refs/heads/main.tar.gz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user