From 9c04b726c34ff54dfb7188734fecf03c489bc87d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:14:42 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v20 --- .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 ab1abd8..50c9878 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@v19 + uses: cachix/install-nix-action@v20 - name: Checks run: nix run nixpkgs#nodePackages.prettier -- --check .