From e2b027e120fefb249e8cca4eb879898e515bf438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:32:42 +0000 Subject: [PATCH] [gh-actions](deps): Bump dawidd6/action-send-mail from 17 to 18 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 17 to 18. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/42942bc2f8fba4e611b459a018967a6a7c78c68c...94de994a9f6fffee200243214e17002e2920bb59) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-macos-arm64.yaml | 4 ++-- .github/workflows/build-macos.yaml | 4 ++-- .github/workflows/build-ubuntu.yaml | 4 ++-- .github/workflows/build-windows.yaml | 4 ++-- .github/workflows/daily-status.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-macos-arm64.yaml b/.github/workflows/build-macos-arm64.yaml index ba592163c2..376714977a 100644 --- a/.github/workflows/build-macos-arm64.yaml +++ b/.github/workflows/build-macos-arm64.yaml @@ -179,7 +179,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -321,7 +321,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index cf582d9939..95df427627 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -179,7 +179,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -321,7 +321,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/build-ubuntu.yaml b/.github/workflows/build-ubuntu.yaml index b8ee4daf27..8af5347d2a 100644 --- a/.github/workflows/build-ubuntu.yaml +++ b/.github/workflows/build-ubuntu.yaml @@ -226,7 +226,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -361,7 +361,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/build-windows.yaml b/.github/workflows/build-windows.yaml index 4b2be888a6..1ee7e751b1 100644 --- a/.github/workflows/build-windows.yaml +++ b/.github/workflows/build-windows.yaml @@ -199,7 +199,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} @@ -306,7 +306,7 @@ jobs: - name: Send e-mail on failed run if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) # freeze to v17 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }} diff --git a/.github/workflows/daily-status.yaml b/.github/workflows/daily-status.yaml index 9d21afb188..09358018b5 100644 --- a/.github/workflows/daily-status.yaml +++ b/.github/workflows/daily-status.yaml @@ -46,7 +46,7 @@ jobs: - name: Send e-mail # freeze to v6 - uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 with: server_address: ${{ secrets.NOTIFY_SMTP_HOST }} server_port: ${{ secrets.NOTIFY_SMTP_PORT }}