From 818266ac231da5c6ae81f647c9cc493fbe123d23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:08:14 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-send-mail action to v20 --- .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..712dd6c 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@ca8dbb4d4f91ca7f75e7f2feea5339e76ce70c90 # v20 with: server_address: ${{ secrets.SMTP_SERVER }} server_port: ${{ secrets.SMTP_PORT }}