Bump cachix/cachix-action from 11 to 12

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v11...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]
2022-10-28 06:50:21 +00:00
committed by GitHub
parent 2e28dab22d
commit f6d54fd0d5
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
- name: Setup Cachix - name: Setup Cachix
if: github.event_name == 'push' && github.repository_owner == 'stephank' if: github.event_name == 'push' && github.repository_owner == 'stephank'
uses: cachix/cachix-action@v11 uses: cachix/cachix-action@v12
with: with:
name: stephank name: stephank
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"