From f4d44bdf236fac0cbf80a69eaf49e1883739de87 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Jul 2025 20:02:25 +0000 Subject: [PATCH] ci(deps): update determinatesystems/flake-checker-action action to v12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e82d49..700b7e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@v4 - name: Check Nix flake inputs - uses: DeterminateSystems/flake-checker-action@v11 + uses: DeterminateSystems/flake-checker-action@v12 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v18 - name: Use Github Actions Cache through Magic Nix Cache