diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index bbb85ca..d30aea0 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 + uses: peterus/platformio_dependabot@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}