mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Merge pull request #372 from lora-aprs/update_dependabot
update dependabot
This commit is contained in:
commit
fa7c54311c
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
|
|
@ -12,8 +12,9 @@ jobs:
|
||||||
name: run PlatformIO Dependabot
|
name: run PlatformIO Dependabot
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: run PlatformIO Dependabot
|
- name: run PlatformIO Dependabot
|
||||||
uses: peterus/platformio_dependabot@v1
|
uses: peterus/platformio_dependabot@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.DEPENDABOT_PAT }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
assignee: peterus
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue