]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump cachix/install-nix-action from 23 to 24
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Dec 2023 19:59:09 +0000 (19:59 +0000)
committerVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 20:24:11 +0000 (21:24 +0100)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/style.yml

index 4ba14a2c133182a9e6262cc3fd300a56a6ec4519..d716954ec29fc2d19412ab1571e9765e32925fb1 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - uses: cachix/install-nix-action@v23
+      - uses: cachix/install-nix-action@v24
       - name: Check Python/C style
         run: |
           nix develop --command ci-helper format-c format-python