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