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 }}'