From 239d10889b8dd28496c28ac2037dca6814fe9338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:52:33 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 7 to 8 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v7...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] --- .github/workflows/build-and-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-notify.yml b/.github/workflows/build-and-notify.yml index c475e579..abd61344 100644 --- a/.github/workflows/build-and-notify.yml +++ b/.github/workflows/build-and-notify.yml @@ -38,7 +38,7 @@ jobs: - name: Send failure notification if: failure() - uses: dawidd6/action-send-mail@v7 + uses: dawidd6/action-send-mail@v8 with: server_address: smtp.gmail.com server_port: 587