From e4d19e024510389e73d8eedcaa02773a79d04e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:02:11 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 6 to 7 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/6d98ae34d733f9a723a9e04e94f2f24ba05e1402...6e71c855c9a091d80a519621b9fd3e8d252ca40c) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '7' 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 1bf21d4c..b9f4d2e4 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@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6 + uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c # v7 with: server_address: ${{ secrets.MAIL_HOST }} server_port: ${{ secrets.MAIL_PORT }}