From dce8e8b8626f0467dd4dada251c1ee8cb42de4ce Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Fri, 16 Aug 2024 11:31:36 +0800 Subject: [PATCH] ci: update repository-dispatch version --- .github/workflows/sync-douban-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-douban-data.yml b/.github/workflows/sync-douban-data.yml index 204b804f53c..a516f43ba9f 100644 --- a/.github/workflows/sync-douban-data.yml +++ b/.github/workflows/sync-douban-data.yml @@ -95,6 +95,6 @@ jobs: # 调用另外的 GitHub Actions - name: Sync NeoDB Data if: ${{ env.OLD_SHA256 != env.CURRENT_SHA256 }} - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: event-type: sync-neodb