From df6fd318fc05b8d6c1b0aaf5d6d7427fe4b39ca4 Mon Sep 17 00:00:00 2001 From: Karol Broda Date: Tue, 23 Dec 2025 11:15:43 +0100 Subject: [PATCH] ci: pin determinate systems action versions --- .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 61c2927..7b2fa30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,9 +44,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/nix-installer-action@v17 - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: nix flake check run: nix flake check