mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-31 04:14:37 +00:00
Merge pull request #92 from Mic92/dependabot/github_actions/cachix/cachix-action-v10
Bump cachix/cachix-action from v9 to v10
This commit is contained in:
commit
4f384662a8
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/test-flakes.yml
vendored
2
.github/workflows/test-flakes.yml
vendored
|
@ -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@v9
|
||||
uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: mic92
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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@v9
|
||||
uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: mic92
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue