From 3da1603fc613727c7804bb122b1c6dcab6367c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:32:33 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 3 to 11 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 11. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v11) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '11' 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..ef9a2646 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@v11 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..54cdf3e3 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@v11 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..f71d90eb 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@v11 with: server_address: smtp.feishu.cn server_port: 465