update dependabot

pull/372/head
Peter Buchegger 2024-09-13 12:13:53 +00:00
rodzic 181faa9c65
commit e59e0b02f7
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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