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

Bump cachix/cachix-action from 10 to 12

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

---
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] 2023-03-07 09:57:44 +00:00 committed by Nicolas Mattia
parent 40482f05b5
commit 320689d737

View File

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