Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 20 to 21 (#107)
Browse files Browse the repository at this point in the history
Bumps
[cachix/install-nix-action](https://github.com/cachix/install-nix-action)
from 20 to 21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's
releases</a>.</em></p>
<blockquote>
<h2>install-nix-action-v21</h2>
<ul>
<li>pin Nix to 2.15.1 (recent releases broke too many things)</li>
<li>fix the action to work on custom containers</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cachix/install-nix-action/commit/4b933aa7ebcc94a6174cf1364864e957b4910265"><code>4b933aa</code></a>
Nix: 2.15.1</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/35806937f12c927d9c7223431c7261e2eb2a33ef"><code>3580693</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/install-nix-action/issues/179">#179</a>
from joergdw/fix-action-path</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/3eb7a24508f99341eb0bc0d38e72b87d370f51a3"><code>3eb7a24</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/install-nix-action/issues/178">#178</a>
from cachix/docs/149</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/840ed7ce9ada3a8d0ff69bc6166412e5a51f3b60"><code>840ed7c</code></a>
Document how to pass env vars to modern nix commands</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/b2f42295335195f8a65f0786d699df4accea6cc4"><code>b2f4229</code></a>
Fix action to make it work on custom containers;</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/e304541747dc88aedd826d105fd054d7b2061513"><code>e304541</code></a>
fix <a
href="https://redirect.github.com/cachix/install-nix-action/issues/170">#170</a></li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/3988b729f99a669755c5ef20aea9794783503d9d"><code>3988b72</code></a>
pin Nix to 2.15.0</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/763a380571be842cf54ef33c086be2fa7e8dbad9"><code>763a380</code></a>
Bump revision in README</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/67e9fd765dbe63fabe0ce2bd72f56f9a417696a0"><code>67e9fd7</code></a>
bump revision in readme</li>
<li><a
href="https://github.com/cachix/install-nix-action/commit/be4cef7b776998e97233d6e0b84c538eb8122d76"><code>be4cef7</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/install-nix-action/issues/166">#166</a>
from l0b0/refactor/linting</li>
<li>Additional commits viewable in <a
href="https://github.com/cachix/install-nix-action/compare/v20...v21">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/install-nix-action&package-manager=github_actions&previous-version=20&new-version=21)](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 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>
  • Loading branch information
jasagredo committed May 25, 2023
2 parents b415c75 + f688977 commit c049e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: yarn
cache-dependency-path: './docs/website/yarn.lock'

- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v21

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit c049e80

Please sign in to comment.