From 14af1b344af4d07fd854fa9e651bdbe3e8db3c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:55:39 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 3 to 15 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 15. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v15) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-docker.yml | 2 +- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci-pypi.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index d8fd0f24..ee2ccf8f 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -41,7 +41,7 @@ jobs: docker buildx build . --push --platform linux/arm64,linux/amd64 -t dptechnology/dflow:latest - name: send email - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v15 with: server_address: smtp.feishu.cn server_port: 465 diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index f519fc71..025930d3 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -38,7 +38,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: send email - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v15 with: server_address: smtp.feishu.cn server_port: 465 diff --git a/.github/workflows/ci-pypi.yml b/.github/workflows/ci-pypi.yml index 6ef0d4cd..90f7e3a0 100644 --- a/.github/workflows/ci-pypi.yml +++ b/.github/workflows/ci-pypi.yml @@ -51,7 +51,7 @@ jobs: path: ./VERSION - name: send email - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v15 with: server_address: smtp.feishu.cn server_port: 465