From 957598f6bb15ec8eac6e8fcef5cbb53d57cca7db Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 16 Jun 2023 11:45:02 -0700 Subject: [PATCH] Update to v4 of the Action --- .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 8ec3617..ce7f7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Check Nixpkgs input - uses: DeterminateSystems/flake-checker-action@v3 + uses: DeterminateSystems/flake-checker-action@v4 with: fail-mode: true - name: Install Nix