mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-20 23:33:56 +02:00
chore(deps): update cachix/cachix-action action to v15 (#73)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/cachix-action](https://togithub.com/cachix/cachix-action) | action | major | `v14` -> `v15` | --- ### Release Notes <details> <summary>cachix/cachix-action (cachix/cachix-action)</summary> ### [`v15`](https://togithub.com/cachix/cachix-action/releases/tag/v15): cachix-action-v15 [Compare Source](https://togithub.com/cachix/cachix-action/compare/v14...v15) #### What's Changed - Pass `cachixArgs` to the daemon by [@​sandydoo](https://togithub.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/177](https://togithub.com/cachix/cachix-action/pull/177) - Support path filtering when using the daemon by [@​sandydoo](https://togithub.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/182](https://togithub.com/cachix/cachix-action/pull/182) - Skip prep steps if using `pathsToPush` by [@​sandydoo](https://togithub.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/180](https://togithub.com/cachix/cachix-action/pull/180) - store-scan: improve error handling when listing the store fails by [@​sandydoo](https://togithub.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/183](https://togithub.com/cachix/cachix-action/pull/183) **Full Changelog**: https://github.com/cachix/cachix-action/compare/v14...v15 </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. --- - [x] <!-- 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:
commit
bd5d09de44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ github.token }}
|
||||
- uses: cachix/cachix-action@v14
|
||||
- uses: cachix/cachix-action@v15
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: vault-auth-tee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue