From 0f8546037fc62d0cea428964dbfe81dcb0f2fe09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:30:47 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-send-mail action to v19 --- .github/workflows/notify-ml-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-ml-on-pr.yml b/.github/workflows/notify-ml-on-pr.yml index faf6007..c6616ee 100644 --- a/.github/workflows/notify-ml-on-pr.yml +++ b/.github/workflows/notify-ml-on-pr.yml @@ -83,7 +83,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Send notification email to lab ML - uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 + uses: dawidd6/action-send-mail@d35571df1982970871070b5e02f01d3b6095cb74 # v19 with: server_address: ${{ secrets.SMTP_SERVER }} server_port: ${{ secrets.SMTP_PORT }}