From dd2cb41f4225c938247de2b346dd24cc632286ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 11:08:46 -0700 Subject: [PATCH] chore(deps): update zulip/github-actions-zulip action to v1 (#6157) Co-authored-by: Renovate Bot --- .github/workflows/pr-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 4adda06615..037739ce27 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -50,7 +50,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Send a stream message - uses: zulip/github-actions-zulip@v0.1.2 + uses: zulip/github-actions-zulip@v1.0.0 if: steps.changesets.outputs.published == 'true' with: api-key: ${{ secrets.ZULIP_API_KEY }}