From 243c2362b9775bf20da763efa1e767f6be89f825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 06:21:53 +0000 Subject: [PATCH] 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] --- .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 faf1157..30236b7 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@v8 + uses: cachix/cachix-action@v9 with: name: mic92 signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29b3208..d31ece7 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@v8 + uses: cachix/cachix-action@v9 with: name: mic92 signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'