ci: bump cachix/cachix-action from v6 to v8

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from v6 to v8.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v6...6e4751ed42b22f60165d3f266cfa4cce66ae406d)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-26 11:23:25 +00:00 committed by GitHub
parent e2f7da3a58
commit 57e4bf3707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- uses: cachix/install-nix-action@v12 - uses: cachix/install-nix-action@v12
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v6 - uses: cachix/cachix-action@v8
with: with:
name: nix-community name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

View file

@ -14,7 +14,7 @@ jobs:
- uses: cachix/install-nix-action@v12 - uses: cachix/install-nix-action@v12
with: with:
nix_path: nixpkgs=channel:nixos-20.09 nix_path: nixpkgs=channel:nixos-20.09
- uses: cachix/cachix-action@v6 - uses: cachix/cachix-action@v8
with: with:
name: nix-community name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'