From a4aaa0ed6b94bb3f5014cea82f4a25be597b05cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:02:38 +0000 Subject: [PATCH] build: bump cachix/install-nix-action from 22 to 23 (#607) --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index e83a2138..4ba14a2c 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v22 + - uses: cachix/install-nix-action@v23 - name: Check Python/C style run: | nix develop --command ci-helper format-c format-python -- 2.39.5