From 7876a5cf7553dc8a031978955ac389c528830712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:38:31 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 3.11.0 to 3.12.0 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/4226df7daafa6fc901a43789c49bf7ab309066e7...2cea9617b09d79a095af21254fbcb7ae95903dde) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/runner-health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runner-health.yml b/.github/workflows/runner-health.yml index e713e58..5c097b7 100644 --- a/.github/workflows/runner-health.yml +++ b/.github/workflows/runner-health.yml @@ -63,7 +63,7 @@ jobs: - name: Email notification if: steps.status.outputs.runner_status != 'online' && env.SMTP_SERVER != '' && env.EMAIL_TO != '' - uses: dawidd6/action-send-mail@4226df7daafa6fc901a43789c49bf7ab309066e7 # v3 + uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0 env: SMTP_SERVER: ${{ secrets.SMTP_SERVER }} SMTP_PORT: ${{ secrets.SMTP_PORT }}