From 82e3b4681b62fa7d21480d4ba01750d27425d384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:34:39 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 10 to 11 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/7c60f8f904c6667d644b82f6ecb46745f97ee4ce...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/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 0193c5b9..a3d0441d 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@7c60f8f904c6667d644b82f6ecb46745f97ee4ce # v10 + uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 # v11 with: server_address: ${{ secrets.MAIL_HOST }} server_port: ${{ secrets.MAIL_PORT }}