]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump cachix/install-nix-action from 18 to 20
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Mar 2023 19:59:47 +0000 (19:59 +0000)
committerVincent Bernat <vincent@bernat.ch>
Wed, 1 Mar 2023 21:47:14 +0000 (22:47 +0100)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 20.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v20)

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