1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

Bump cachix/cachix-action from v8 to v9

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from v8 to v9.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v8...2689c27f57daedc905895d92ad18fe5ce470df9e)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-05 06:21:53 +00:00 committed by GitHub
parent 441227c4fd
commit 243c2362b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
experimental-features = nix-command flakes
system-features = nixos-test benchmark big-parallel kvm
- name: Setup cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v9
with:
name: mic92
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

View file

@ -19,7 +19,7 @@ jobs:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: Setup cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v9
with:
name: mic92
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'