From 1f0c3f97c4bcd27239766b9dada9f0264f460b8b Mon Sep 17 00:00:00 2001 From: guangtao Date: Thu, 10 Aug 2023 18:48:01 -0700 Subject: [PATCH] chore: update locks --- .github/workflows/checks.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 0716998..2678e8f 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -18,20 +18,11 @@ jobs: with: fetch-depth: 0 - - uses: cachix/install-nix-action@v22 - with: - install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.13.0pre20221215_26c7602/install - extra_nix_config: | - experimental-features = nix-command flakes - system-features = nixos-test benchmark big-parallel kvm recursive-nix - - uses: cachix/cachix-action@v12 - with: - name: zeek - pushFilter: '(-source$|\.tar\.gz$|\.squashfs$)' - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" + - uses: nixbuild/nix-quick-install-action@v25 + - uses: DeterminateSystems/magic-nix-cache-action@main - # CI workflows + # CI workflows - name: Run Nix Flake Show run: nix flake show