From b0c2e3441d48b6de41509a95f64ec65965b79185 Mon Sep 17 00:00:00 2001 From: Eamon Date: Tue, 18 Aug 2026 16:15:36 +0530 Subject: [PATCH] Revert "Bump dawidd6/action-send-mail from 3 to 18 (#93)" This reverts commit f63f7fd7b0ccca6b17817b97161512677088b56c. --- .github/workflows/ci-approval.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/uplode-stats.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-approval.yml b/.github/workflows/ci-approval.yml index 1624fe4..30b93bc 100644 --- a/.github/workflows/ci-approval.yml +++ b/.github/workflows/ci-approval.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Send Email Notification - uses: dawidd6/action-send-mail@v18 + uses: dawidd6/action-send-mail@v3 with: server_address: smtp.gmail.com server_port: 465 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cafbdf..a941508 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: RAW_DIFF: ${{ env.RAW_DIFF }} - name: Send Email Notification to Admin - uses: dawidd6/action-send-mail@v18 + uses: dawidd6/action-send-mail@v3 with: server_address: smtp.gmail.com server_port: 465 diff --git a/.github/workflows/uplode-stats.yml b/.github/workflows/uplode-stats.yml index d35df29..73ed6c9 100644 --- a/.github/workflows/uplode-stats.yml +++ b/.github/workflows/uplode-stats.yml @@ -30,7 +30,7 @@ jobs: fi - name: Send Email Notification - uses: dawidd6/action-send-mail@v18 + uses: dawidd6/action-send-mail@v3 with: server_address: smtp.gmail.com server_port: 465