From 9de599cee70d9882fea18fb7d24e0181eb69f063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:41:29 +0000 Subject: [PATCH] Bump 2bndy5/arduino-report-size-deltas in the actions group Bumps the actions group with 1 update: [2bndy5/arduino-report-size-deltas](https://github.com/2bndy5/arduino-report-size-deltas). Updates `2bndy5/arduino-report-size-deltas` from 1.0.5 to 1.1.1 - [Release notes](https://github.com/2bndy5/arduino-report-size-deltas/releases) - [Changelog](https://github.com/2bndy5/arduino-report-size-deltas/blob/main/CHANGELOG.md) - [Commits](https://github.com/2bndy5/arduino-report-size-deltas/compare/eacddbf76b9cea19ae86b0e23864f550962975be...969c1dc307505cd9550aafb5defc248bbb96182a) --- updated-dependencies: - dependency-name: 2bndy5/arduino-report-size-deltas dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/arduino_size_deltas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino_size_deltas.yaml b/.github/workflows/arduino_size_deltas.yaml index 6361b53..7fe41d1 100644 --- a/.github/workflows/arduino_size_deltas.yaml +++ b/.github/workflows/arduino_size_deltas.yaml @@ -18,6 +18,6 @@ jobs: pattern: arduino-deltas-* path: ${{ inputs.reports-path }} - - uses: 2bndy5/arduino-report-size-deltas@eacddbf76b9cea19ae86b0e23864f550962975be # v1.0.5 + - uses: 2bndy5/arduino-report-size-deltas@969c1dc307505cd9550aafb5defc248bbb96182a # v1.1.1 with: sketches-reports-source: ${{ inputs.reports-path }}