Bump cachix/cachix-action from 10 to 11

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

---
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-13 06:21:12 +00:00
committed by GitHub
parent af0e8efa3e
commit 0149209870
+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@v10 uses: cachix/cachix-action@v11
with: with:
name: stephank name: stephank
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"