chore(deps): bump cachix/cachix-action from 14 to 15

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v14...v15)

---
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>
This commit is contained in:
dependabot[bot] 2024-05-20 17:38:26 +00:00 committed by GitHub
parent a969e31956
commit 105536b24f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: numtide
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

View File

@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: numtide
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"