From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:02:38 +0000 (+0000) Subject: build: bump cachix/install-nix-action from 22 to 23 (#607) X-Git-Tag: 1.0.18~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4aaa0ed6b94bb3f5014cea82f4a25be597b05cc;p=thirdparty%2Flldpd.git build: bump cachix/install-nix-action from 22 to 23 (#607) --- 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