diff --git a/.github/workflows/pio-dependabot.yaml b/.github/workflows/pio-dependabot.yaml index b2f0de5..f9e2de5 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.1 + uses: peterus/platformio_dependabot@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}