Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
4bb79c162a
Merge 868ad84fb8 into 44419a52d6 2025-03-17 10:44:07 +00:00
dependabot[bot]
868ad84fb8
ci: bump cachix/cachix-action from 15 to 16
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] <support@github.com>
2025-03-17 10:44:04 +00:00

View file

@ -17,7 +17,7 @@ jobs:
with: with:
tool-cache: true tool-cache: true
- uses: DeterminateSystems/magic-nix-cache-action@v8 - uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: cachix/cachix-action@v15 - uses: cachix/cachix-action@v16
with: with:
name: callumio-public name: callumio-public
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'