Skip to content

Commit e43149e

Browse files
chore(deps): bump cachix/cachix-action from 0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad to 3ba601ff5bbb07c7220846facfa2cd81eeee15a1 in the all group (#1941)
Bumps the all group with 1 update: [cachix/cachix-action](https://github.com/cachix/cachix-action). Updates `cachix/cachix-action` from 0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad to 3ba601ff5bbb07c7220846facfa2cd81eeee15a1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cachix/cachix-action/commit/3ba601ff5bbb07c7220846facfa2cd81eeee15a1"><code>3ba601f</code></a> deps: bump devenv</li> <li><a href="https://github.com/cachix/cachix-action/commit/74ef2c6e523a67c5e6cd36f7b58cc45816c64473"><code>74ef2c6</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/209">#209</a> from cachix/socket-fallback</li> <li><a href="https://github.com/cachix/cachix-action/commit/005ab3fd5ba3c85d6db6b4176c1ab08f96afb358"><code>005ab3f</code></a> daemon: fall back to os.tmpdir if the socket path is too long</li> <li><a href="https://github.com/cachix/cachix-action/commit/29121a2db12c7ff8b89724a8898ca20d33bb4ea3"><code>29121a2</code></a> ci: migrate from macos-13 to macos-15-intel</li> <li><a href="https://github.com/cachix/cachix-action/commit/ee79db531bfb851a7cf47035057b7cca88d26449"><code>ee79db5</code></a> Merge pull request <a href="https://redirect.github.com/cachix/cachix-action/issues/207">#207</a> from cachix/dependabot/github_actions/actions/checkout-5</li> <li><a href="https://github.com/cachix/cachix-action/commit/88d030f69b79694cd8a9d1dda2d9eb8069912ad7"><code>88d030f</code></a> chore(deps): bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/cachix/cachix-action/commit/1d49a1c2008bdd95237df578d82ca5c076073e5c"><code>1d49a1c</code></a> docs: update badge</li> <li><a href="https://github.com/cachix/cachix-action/commit/a7ae943f0b6a634264bd701b306d205201111e03"><code>a7ae943</code></a> dev: enable shellcheck and lint</li> <li><a href="https://github.com/cachix/cachix-action/commit/3e77af4f230929c9c2e501d095140812ae4263c5"><code>3e77af4</code></a> docs: expand dev docs</li> <li><a href="https://github.com/cachix/cachix-action/commit/d28f02e1e23ecad3ce25631bd247a458cea1b9bf"><code>d28f02e</code></a> docs: update more descriptions</li> <li>Additional commits viewable in <a href="https://github.com/cachix/cachix-action/compare/0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad...3ba601ff5bbb07c7220846facfa2cd81eeee15a1">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdee9f1 commit e43149e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: 'cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15' # v31.9.0
3333

3434
- name: 'Setup Cachix'
35-
uses: 'cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad' # v16
35+
uses: 'cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1' # v16
3636
with:
3737
name: 'nixos-homepage'
3838
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

0 commit comments

Comments
 (0)