From 76b18f41556fd2fdb8bb6fd005066367664c0561 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Thu, 30 Nov 2023 17:22:01 -0800 Subject: [PATCH] Update install-nix-action to v24 (#1170) --- .github/workflows/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0084261f0..8977196c1 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: fmt @@ -39,7 +39,7 @@ jobs: NIXPKGS_ALLOW_UNFREE: 1 steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 with: extra_nix_config: | experimental-features = nix-command flakes @@ -69,7 +69,7 @@ jobs: NIXPKGS_ALLOW_UNFREE: 1 steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 with: extra_nix_config: | experimental-features = nix-command flakes @@ -99,7 +99,7 @@ jobs: NIXPKGS_ALLOW_UNFREE: 1 steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 with: extra_nix_config: | experimental-features = nix-command flakes @@ -134,7 +134,7 @@ jobs: NIXPKGS_ALLOW_UNFREE: 1 steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 with: extra_nix_config: | experimental-features = nix-command flakes