From 0aaf64c613f3a8f35c3833160668f4c40fdfd480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:52:24 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 12 to 13 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 12 to 13. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/949ec3d78a574a9519068669594c74bcb1b05d7b...e9d44227e5ff9b5be74ac40a69c554324ded2e5b) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '13' 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 d4ab6510..8474adc0 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@949ec3d78a574a9519068669594c74bcb1b05d7b # v12 + uses: dawidd6/action-send-mail@e9d44227e5ff9b5be74ac40a69c554324ded2e5b # v13 with: server_address: ${{ secrets.MAIL_HOST }} server_port: ${{ secrets.MAIL_PORT }}