From f70c67d45623ee2f5ed6d988de70d0fbf5e523ed Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 20 Jan 2023 16:35:51 +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 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 }}