From e59e0b02f7199c2757b5d14b7a18cb191556da59 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 13 Sep 2024 12:13:53 +0000 Subject: [PATCH] update dependabot --- .github/workflows/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 912da5e4..2ce9fea6 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,8 +12,9 @@ jobs: name: run PlatformIO Dependabot steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: run PlatformIO Dependabot uses: peterus/platformio_dependabot@v1 with: - github_token: ${{ secrets.DEPENDABOT_PAT }} + github_token: ${{ secrets.GITHUB_TOKEN }} + assignee: peterus