From f82b674ca05d39df120adc25010fbebd30e703cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 06:04:13 +0000 Subject: [PATCH] Bump cachix/cachix-action from v9 to v10 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from v9 to v10. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v9...73e75d1a0cd4330597a571e8f9dedb41faa2fc4e) Signed-off-by: dependabot[bot] --- .github/workflows/test-flakes.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-flakes.yml b/.github/workflows/test-flakes.yml index 5501a87..5d13585 100644 --- a/.github/workflows/test-flakes.yml +++ b/.github/workflows/test-flakes.yml @@ -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 }}' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c4594c..4411642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}'