From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:59:47 +0000 (+0000) Subject: build: bump cachix/install-nix-action from 18 to 20 X-Git-Tag: 1.0.17~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1af9ac6424f32d04c9ec08914ebb132206f1110;p=thirdparty%2Flldpd.git build: bump cachix/install-nix-action from 18 to 20 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] --- diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 0a95ebfa..e0d6e652 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@v18 + - uses: cachix/install-nix-action@v20 - name: Check Python/C style run: | nix develop --command ci-helper format-c format-python