From dd97bbccd40f76ecd967216ff1a2bcd348751f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:09:26 -0800 Subject: [PATCH] ci: bump arduino/arduino-lint-action from 1 to 2 (#177) Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 1 to 2. - [Release notes](https://github.com/arduino/arduino-lint-action/releases) - [Commits](https://github.com/arduino/arduino-lint-action/compare/v1...v2) --- updated-dependencies: - dependency-name: arduino/arduino-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/verify_library_structure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_library_structure.yaml b/.github/workflows/verify_library_structure.yaml index 2d8aad016..7c8522e36 100644 --- a/.github/workflows/verify_library_structure.yaml +++ b/.github/workflows/verify_library_structure.yaml @@ -67,7 +67,7 @@ jobs: continue-on-error: true env: ARDUINO_LINT_LIBRARY_MANAGER_INDEXING: true - uses: arduino/arduino-lint-action@v1 + uses: arduino/arduino-lint-action@v2 with: project-type: library library-manager: submit