diff --git a/.github/workflows/repository-dispatch.yml b/.github/workflows/repository-dispatch.yml index c98c2e5..43f34a3 100644 --- a/.github/workflows/repository-dispatch.yml +++ b/.github/workflows/repository-dispatch.yml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: event-type: repository_dispatch_event