Skip to content

Commit

Permalink
chore(deps): update cachix/cachix-action action to v15 (#44)
Browse files Browse the repository at this point in the history
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

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

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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**:
cachix/cachix-action@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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent c4bfe30 commit 14f6c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14f6c34

Please sign in to comment.