From 5b3e9b4e203bf8feb0a9aebc77fb1f956100bffc Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Thu, 31 Aug 2023 12:38:27 -0400 Subject: [PATCH] Update to repository-dispatch action to v2.1.1 (#58) --- .github/workflows/linux-builder-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-builder-update.yml b/.github/workflows/linux-builder-update.yml index 8fa5ea0..e558821 100644 --- a/.github/workflows/linux-builder-update.yml +++ b/.github/workflows/linux-builder-update.yml @@ -321,7 +321,8 @@ jobs: - seantallen-org/msgpack steps: - name: Send - uses: ponylang-main/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 + # v2.1.1 + uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588 with: token: ${{ secrets.PONYLANG_MAIN_API_TOKEN }} repository: ${{ matrix.repo }}