chore(deps): update cachix/install-nix-action action to v27 (#71)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cachix/install-nix-action](https://togithub.com/cachix/install-nix-action)
| action | major | `v26` -> `v27` |

---

### Release Notes

<details>
<summary>cachix/install-nix-action (cachix/install-nix-action)</summary>

###
[`v27`](https://togithub.com/cachix/install-nix-action/releases/tag/v27)

[Compare
Source](https://togithub.com/cachix/install-nix-action/compare/v26...v27)

##### What's Changed

- Enable `always-allow-substitutes` by default by
[@&#8203;sandydoo](https://togithub.com/sandydoo) in
[https://github.com/cachix/install-nix-action/pull/207](https://togithub.com/cachix/install-nix-action/pull/207)
- nix: 2.20.5 -> 2.22.1 by [@&#8203;kashw2](https://togithub.com/kashw2)
in
[https://github.com/cachix/install-nix-action/pull/206](https://togithub.com/cachix/install-nix-action/pull/206)
- ci: fix tests by [@&#8203;sandydoo](https://togithub.com/sandydoo) in
[https://github.com/cachix/install-nix-action/pull/208](https://togithub.com/cachix/install-nix-action/pull/208)

##### New Contributors

- [@&#8203;kashw2](https://togithub.com/kashw2) made their first
contribution in
[https://github.com/cachix/install-nix-action/pull/206](https://togithub.com/cachix/install-nix-action/pull/206)

**Full Changelog**:
https://github.com/cachix/install-nix-action/compare/v26...V27

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matter-labs/vault-auth-tee).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This commit is contained in:
Harald Hoyer 2024-05-21 12:17:22 +02:00 committed by GitHub
commit 752cdb65bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ github.token }} access-tokens = github.com=${{ github.token }}
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ github.token }} access-tokens = github.com=${{ github.token }}
@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ github.token }} access-tokens = github.com=${{ github.token }}