From b2c6eca2d5aba8dcf9c14c6b8e3991a03c3a9dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:27:41 +0300 Subject: [PATCH] chore: bump peterus/platformio_dependabot from 1.1.0 to 1.1.1 (#77) Bumps [peterus/platformio_dependabot](https://github.com/peterus/platformio_dependabot) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/peterus/platformio_dependabot/releases) - [Commits](https://github.com/peterus/platformio_dependabot/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: peterus/platformio_dependabot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pio-dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pio-dependabot.yaml b/.github/workflows/pio-dependabot.yaml index 68de1fc..b2f0de5 100644 --- a/.github/workflows/pio-dependabot.yaml +++ b/.github/workflows/pio-dependabot.yaml @@ -17,6 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: run PlatformIO Dependabot - uses: peterus/platformio_dependabot@v1.1.0 + uses: peterus/platformio_dependabot@v1.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}