From 371ac91f3215f924ce7ea42133e5ed736b7890e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:03:24 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v25 --- .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 371bfb6..2e6b525 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@v20 + uses: cachix/install-nix-action@v25 - name: Checks run: nix run nixpkgs#nodePackages.prettier -- --check .