From d27b17e8736b9e91413f3e8c948b213f39abe385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:01:00 +0000 Subject: [PATCH] chore(deps): update determinatesystems/magic-nix-cache-action action to v12 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3628aa2..3afa1ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v10 - - uses: DeterminateSystems/magic-nix-cache-action@v4 + - uses: DeterminateSystems/magic-nix-cache-action@v12 - run: nix develop --impure --command pre-commit run --all - run: nix develop --impure --command pylama packetnetworking setup.py pytests: