From a38a4830e4fc962bc33c0d614e562a879a2b5956 Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Sat, 1 Feb 2025 11:13:18 +0900 Subject: [PATCH] CI: update Cachix action --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf78ca0..3fadc8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - uses: cachix/install-nix-action@v15 with: nix_path: "${{ env.nixpkgs-url }}" - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v15 with: name: aspiwack # If you chose API tokens for write access OR if you have a private cache @@ -33,7 +33,7 @@ jobs: - uses: cachix/install-nix-action@v15 with: nix_path: "${{ env.nixpkgs-url }}" - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v15 with: name: aspiwack # If you chose API tokens for write access OR if you have a private cache