From 12e8510b0628744e42b8f968531be16be92fa948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:48:27 +0000 Subject: [PATCH] chore(deps): bump distributhor/workflow-webhook from 2.0.3 to 3.0.7 Bumps [distributhor/workflow-webhook](https://github.com/distributhor/workflow-webhook) from 2.0.3 to 3.0.7. - [Release notes](https://github.com/distributhor/workflow-webhook/releases) - [Commits](https://github.com/distributhor/workflow-webhook/compare/58116e2659a0aeab1893a68f0f2638d665296527...f5a294e144d6ef44cfac4d3d5e20b613bcee0d4b) --- updated-dependencies: - dependency-name: distributhor/workflow-webhook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webhook.yml b/.github/workflows/webhook.yml index 476242b..02ab96e 100644 --- a/.github/workflows/webhook.yml +++ b/.github/workflows/webhook.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Call Webhook 📞 - uses: distributhor/workflow-webhook@58116e2659a0aeab1893a68f0f2638d665296527 # pin@v2.0.3 + uses: distributhor/workflow-webhook@f5a294e144d6ef44cfac4d3d5e20b613bcee0d4b # pin@v3.0.7 env: webhook_url: ${{ secrets.url }} webhook_secret: ${{ secrets.secret || github.sha }}