diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-13 17:43:48 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-13 17:43:48 -0400 |
| commit | ba5a17a9f9f34705132a2691589b01af4e2a7502 (patch) | |
| tree | 9c13ea549a0a8ab2f135eefc73533a52774aaa03 /.github/workflows/ci.yaml | |
| parent | f384280d62075bec033494d2e97e64d79599b23b (diff) | |
ci: bump cachix/cachix-action from 15 to 16 (#142)
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v15...v16)
---
updated-dependencies:
- dependency-name: cachix/cachix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46e85f9..a606b5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v16 - name: Setup Cachix - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: getchoo authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} |
