From 43a2b6aae627888502a7e861e3550c1390505a4f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Jul 2025 01:01:11 +0000 Subject: [PATCH] ci(deps): update determinatesystems/flake-checker-action action to v11 --- .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 2694cac..2e82d49 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@v5 + uses: DeterminateSystems/flake-checker-action@v11 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v18 - name: Use Github Actions Cache through Magic Nix Cache