From 32edc2799ebe9deb3f417876143170cbd5fd52d7 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sun, 22 Dec 2024 20:08:40 +1030 Subject: [PATCH] fix(workflow): update repository-dispatch action to version 3 in notify-groups.yml --- .github/workflows/notify-groups.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-groups.yml b/.github/workflows/notify-groups.yml index 7a67537..501eeef 100644 --- a/.github/workflows/notify-groups.yml +++ b/.github/workflows/notify-groups.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }} repository: Dictionarry-Hub/groups