From 2c423134216e08078a3aa264c70ff2f195c6b81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:29:20 +0000 Subject: [PATCH] chore(deps): bump distributhor/workflow-webhook from 2.0.3 to 3.0.5 Bumps [distributhor/workflow-webhook](https://github.com/distributhor/workflow-webhook) from 2.0.3 to 3.0.5. - [Release notes](https://github.com/distributhor/workflow-webhook/releases) - [Commits](https://github.com/distributhor/workflow-webhook/compare/58116e2659a0aeab1893a68f0f2638d665296527...b87727c1c92922034480e3e63c03af1ee79635d9) --- 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..a620327 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@b87727c1c92922034480e3e63c03af1ee79635d9 # pin@v3.0.5 env: webhook_url: ${{ secrets.url }} webhook_secret: ${{ secrets.secret || github.sha }}