From 61696c088b212b50a5750296f01f397274ff0fa6 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 23 May 2024 13:11:26 -0300 Subject: [PATCH] feat(ci): use DeterminateSystems' actions --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b2b23e..29074ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,8 +11,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Install nix - uses: nixbuild/nix-quick-install-action@v28 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flake-checker-action@main - name: Build run: | nix develop .#CI