mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(deps): update peter-evans/repository-dispatch action to v3 (#5311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e999f61187
commit
47d1515d8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/repository-dispatch.yml
vendored
2
.github/workflows/repository-dispatch.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dispatch Event
|
- name: Dispatch Event
|
||||||
uses: peter-evans/repository-dispatch@v2
|
uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_PAT }}
|
token: ${{ secrets.BOT_PAT }}
|
||||||
repository: ${{ matrix.target }}
|
repository: ${{ matrix.target }}
|
||||||
|
|
Loading…
Reference in a new issue