From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:24:25 +0000 (+0000) Subject: build: bump cachix/install-nix-action from 17 to 18 X-Git-Tag: 1.0.17~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91c4a73358550978ac76c279823917a695e8c161;p=thirdparty%2Flldpd.git build: bump cachix/install-nix-action from 17 to 18 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index c8bcb30e..0a95ebfa 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v17 + - uses: cachix/install-nix-action@v18 - name: Check Python/C style run: | nix develop --command ci-helper format-c format-python