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 }}