diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 743d5543..c30d7a35 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -198,7 +198,7 @@ jobs: # Trigger packaging PR workflow - name: 'Trigger packaging PR workflow if needed' - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 if: steps.checkForChanges.outputs.hasChanges == 'true' with: token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc45c97..f8f8a727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: # Trigger packaging workflow if needed - name: 'Trigger packaging workflow if needed' - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 if: steps.checkForChanges.outputs.hasChanges == 'true' with: token: ${{ secrets.BOT_ACCESS_TOKEN }}