From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 19:58:20 +0000 (+0000) Subject: build: bump cachix/install-nix-action from 20 to 21 X-Git-Tag: 1.0.18~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c501f80d2ad9500404c57210086992bf8f76ce5;p=thirdparty%2Flldpd.git build: bump cachix/install-nix-action from 20 to 21 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- 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 e0d6e652..683bc6cd 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@v20 + - uses: cachix/install-nix-action@v21 - name: Check Python/C style run: | nix develop --command ci-helper format-c format-python