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:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user