From 1c322c52fe4aed14e4f8cedf2084e02b32f03804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:56:12 -0700 Subject: [PATCH] Update peter-evans/repository-dispatch action to v4 (#986) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d261a5fb9..0005a6b06 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -45,13 +45,13 @@ jobs: token: ${{ steps.get_workflow_token.outputs.token }} branch: ${{ github.event.repository.default_branch }} - name: Dispatch NUR-combined update - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3 + uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4 with: token: ${{ steps.get_workflow_token.outputs.token }} repository: nix-community/nur-combined event-type: nur_update - name: Dispatch NUR-search update - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3 + uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4 with: token: ${{ steps.get_workflow_token.outputs.token }} repository: nix-community/nur-search