From 14f6c341e9c477c624734fa14a1621e00ec2744a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:13:51 +0100 Subject: [PATCH] chore(deps): update cachix/cachix-action action to v15 (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/cachix-action](https://redirect.github.com/cachix/cachix-action) | action | major | `v14` -> `v15` | --- ### Release Notes
cachix/cachix-action (cachix/cachix-action) ### [`v15`](https://redirect.github.com/cachix/cachix-action/releases/tag/v15): cachix-action-v15 [Compare Source](https://redirect.github.com/cachix/cachix-action/compare/v14...v15) #### What's Changed - Pass `cachixArgs` to the daemon by [@​sandydoo](https://redirect.github.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/177](https://redirect.github.com/cachix/cachix-action/pull/177) - Support path filtering when using the daemon by [@​sandydoo](https://redirect.github.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/182](https://redirect.github.com/cachix/cachix-action/pull/182) - Skip prep steps if using `pathsToPush` by [@​sandydoo](https://redirect.github.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/180](https://redirect.github.com/cachix/cachix-action/pull/180) - store-scan: improve error handling when listing the store fails by [@​sandydoo](https://redirect.github.com/sandydoo) in [https://github.com/cachix/cachix-action/pull/183](https://redirect.github.com/cachix/cachix-action/pull/183) **Full Changelog**: https://github.com/cachix/cachix-action/compare/v14...v15
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/NiklasRosenstein/nyl). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs.yaml | 2 +- .github/workflows/python.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ccabf13..fd6fc5f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: - uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: mycache # If you chose signing key for write access diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 26e869a..62cfdde 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -22,7 +22,7 @@ jobs: - uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: mycache # If you chose signing key for write access