From b73207d1f26faca04955f0ad670b1b62ba94e137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:34:17 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 7 to 11 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 7 to 11. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/6e71c855c9a091d80a519621b9fd3e8d252ca40c...ba302ba66e88942841281c984a6b31ca6d6289e6) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04c8869..18f469d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -276,7 +276,7 @@ jobs: echo "RESULT=$(if [ ${{ job.status }} == 'success' ]; then echo 'PASS'; else echo 'FAIL'; fi)" >> $GITHUB_OUTPUT - name: Send mail - uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 if: always() with: server_address: smtp.gmail.com