From 82d7493f266bd4a01f2291031aff1b161ae56f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:52:35 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 3 to 16 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 16. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v16) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '16' 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..d7282baf 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@v16 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..a5f1cbcc 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@v16 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..e5baca87 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@v16 with: server_address: smtp.feishu.cn server_port: 465