From b772240bbfad5c3daed5f96c02115bb37ed869db Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 21 Jan 2023 12:59:42 +0100 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index d30aea0..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.1 + uses: peterus/platformio_dependabot@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }}