From 8e11c446f7e866c04723da451493d6f989157b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:52:31 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 16 to 17 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 16 to 17. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/d38f3f7cd391cdebfe0d38efc3998b935e951c4f...42942bc2f8fba4e611b459a018967a6a7c78c68c) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '17' 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 d6e5fe3c..07429385 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@d38f3f7cd391cdebfe0d38efc3998b935e951c4f # v16 + uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17 with: server_address: ${{ secrets.MAIL_HOST }} server_port: ${{ secrets.MAIL_PORT }}