From 30c8928fb18e140bed5a217cb7d5900a35f43421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:52:58 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 11 to 12 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/ba302ba66e88942841281c984a6b31ca6d6289e6...949ec3d78a574a9519068669594c74bcb1b05d7b) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cove-ocds-live-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cove-ocds-live-tests.yml b/.github/workflows/cove-ocds-live-tests.yml index a3d0441d..d4ab6510 100644 --- a/.github/workflows/cove-ocds-live-tests.yml +++ b/.github/workflows/cove-ocds-live-tests.yml @@ -25,7 +25,7 @@ jobs: DJANGO_SETTINGS_MODULE: cove_project.settings run: pytest tests/test_functional.py - if: failure() - uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 # v11 + uses: dawidd6/action-send-mail@949ec3d78a574a9519068669594c74bcb1b05d7b # v12 with: server_address: ${{ secrets.MAIL_HOST }} server_port: ${{ secrets.MAIL_PORT }}