From a999cb1f830ea311810a4877bcbc01d638183359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:29:21 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v30 --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index dc55b56..fe4a8a1 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Install the Nix package manager - uses: cachix/install-nix-action@v27 + uses: cachix/install-nix-action@v30 - name: Checks run: nix run nixpkgs#nodePackages.prettier -- --check .