From c28b2a097b3cf459e13d41e1deaa1dfd6654404a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:47:29 +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 256c097..2b1d1b8 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install the Nix package manager - uses: cachix/install-nix-action@v29 + uses: cachix/install-nix-action@v30 - name: Checks run: nix run nixpkgs#nodePackages.prettier -- --check .