]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump cachix/install-nix-action from 21 to 22
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Jul 2023 19:15:34 +0000 (19:15 +0000)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Jul 2023 23:14:02 +0000 (01:14 +0200)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22)

---
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 683bc6cd982ea31836c78d1d845ef6fddf674bff..256ddcba5cd2af5a82b51f3c3e7024363bf5bca6 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: cachix/install-nix-action@v21
+      - uses: cachix/install-nix-action@v22
       - name: Check Python/C style
         run: |
           nix develop --command ci-helper format-c format-python