From 2daf7bb6c97dd7a8114bd4797738be4a116a038c Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 27 Aug 2024 19:34:46 +0200 Subject: [PATCH] updated nix action to v27 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b2aa604..21c31e5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Setup Nix - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v27 with: nix_path: nixpkgs=channel:nixos-unstable - name: Run CI