From b83832942d7744a754a2a9e075ea2271fb4ed574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:47:30 +0000 Subject: [PATCH] chore(deps): Bump dawidd6/action-send-mail in the actions group Bumps the actions group with 1 update: [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail). Updates `dawidd6/action-send-mail` from 0bbdab096651ee93f37ec02383e088183d41ff0b to 0fd6142bc2fdec26ea3c70b93c3e3a084d98a863 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/0bbdab096651ee93f37ec02383e088183d41ff0b...0fd6142bc2fdec26ea3c70b93c3e3a084d98a863) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: 0fd6142bc2fdec26ea3c70b93c3e3a084d98a863 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/push-email-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index e9ddad3..f4bd329 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send push notification email - uses: dawidd6/action-send-mail@0bbdab096651ee93f37ec02383e088183d41ff0b # pinned + uses: dawidd6/action-send-mail@0fd6142bc2fdec26ea3c70b93c3e3a084d98a863 # pinned with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }}