From 748800c781205a19232c64c488efc574c484f8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:30:55 -0500 Subject: [PATCH] Bump chuckwagoncomputing/interactive-pinout from 1.1 to 1.2 (#5048) Bumps [chuckwagoncomputing/interactive-pinout](https://github.com/chuckwagoncomputing/interactive-pinout) from 1.1 to 1.2. - [Release notes](https://github.com/chuckwagoncomputing/interactive-pinout/releases) - [Commits](https://github.com/chuckwagoncomputing/interactive-pinout/compare/1.1...1.2) --- updated-dependencies: - dependency-name: chuckwagoncomputing/interactive-pinout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gen-pinouts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-pinouts.yaml b/.github/workflows/gen-pinouts.yaml index 6e3aedc1ed..8e66cad69e 100644 --- a/.github/workflows/gen-pinouts.yaml +++ b/.github/workflows/gen-pinouts.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Generate Pinouts - uses: chuckwagoncomputing/interactive-pinout@1.1 + uses: chuckwagoncomputing/interactive-pinout@1.2 with: mapping-path: ./firmware/config/boards/*/connectors/*.yaml warnings: "false"