From 8425df026447e54c403f5eb75ab8e4b15c3e7ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:43:44 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 9 to 11 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 9 to 11. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v9...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/buildtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index c558ed5..6a6131a 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -133,7 +133,7 @@ jobs: if: github.repository_owner == 'stormchecker' && always() steps: - uses: technote-space/workflow-conclusion-action@v3 - - uses: dawidd6/action-send-mail@v9 + - uses: dawidd6/action-send-mail@v11 with: server_address: ${{ secrets.STORM_CI_MAIL_SERVER }} server_port: 587