ci: bump cachix/cachix-action from 16 to 17

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-23 22:06:53 +00:00 committed by Gaétan Lepage
parent 21ae25e13b
commit 28c58bf023

View file

@ -89,7 +89,7 @@ jobs:
uses: cachix/install-nix-action@v31
- name: Configure cachix
uses: cachix/cachix-action@v16
uses: cachix/cachix-action@v17
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}