Skip to content

Commit

Permalink
update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus committed Sep 13, 2024
1 parent 181faa9 commit e59e0b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e59e0b0

Please sign in to comment.