Skip to content

Commit 013e91f

Browse files
build(deps): bump dawidd6/action-send-mail from 3 to 8
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 8. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v3...v8) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bab908 commit 013e91f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
docker buildx build . --push --platform linux/arm64,linux/amd64 -t dptechnology/dflow:latest
4242
4343
- name: send email
44-
uses: dawidd6/action-send-mail@v3
44+
uses: dawidd6/action-send-mail@v8
4545
with:
4646
server_address: smtp.feishu.cn
4747
server_port: 465

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: send email
41-
uses: dawidd6/action-send-mail@v3
41+
uses: dawidd6/action-send-mail@v8
4242
with:
4343
server_address: smtp.feishu.cn
4444
server_port: 465

.github/workflows/ci-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: ./VERSION
5252

5353
- name: send email
54-
uses: dawidd6/action-send-mail@v3
54+
uses: dawidd6/action-send-mail@v8
5555
with:
5656
server_address: smtp.feishu.cn
5757
server_port: 465

0 commit comments

Comments
 (0)