diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f2c9100..bbb85ca 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: run PlatformIO Dependabot - uses: peterus/platformio_dependabot@v1.0.0 + uses: peterus/platformio_dependabot@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }}