1
1
mirror of https://github.com/nmattia/niv.git synced 2024-10-06 12:27:35 +03:00

Bump cachix/cachix-action from 12 to 13 (#382)

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v12...v13)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-29 15:19:18 +01:00 committed by GitHub
parent 7b76374b2b
commit 1d8e2e4d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
with:
nix_path: 'nixpkgs=./nix'
- name: "Install Cachix"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v13
with:
name: niv
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'