]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump cachix/install-nix-action from 25 to 26
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Apr 2024 19:23:55 +0000 (19:23 +0000)
committerVincent Bernat <vincent@bernat.ch>
Mon, 1 Apr 2024 20:37:37 +0000 (22:37 +0200)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26)

---
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 71c9bd0ced882cd504ce4b01efac26e43890ada3..4706217dfc7e779c707a54b4ae39d4bcb0c926c6 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - uses: cachix/install-nix-action@v25
+      - uses: cachix/install-nix-action@v26
       - name: Check Python/C style
         run: |
           nix develop --command ci-helper format-c format-python