From fcfb7d29274ceec607d8f7c551a77955853e3228 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 10 Nov 2022 12:29:58 -0500 Subject: [PATCH] GHA: Fix typo. Whoops Ref: #16414 Signed-off-by: Chris Evich --- .github/workflows/check_cirrus_cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml index c38574e366..47aa39fcad 100644 --- a/.github/workflows/check_cirrus_cron.yml +++ b/.github/workflows/check_cirrus_cron.yml @@ -66,7 +66,7 @@ jobs: - if: failure() name: Send error notification e-mail - uses: dawidd6/action-send-mail@3.7.1 + uses: dawidd6/action-send-mail@v3.7.1 with: server_address: ${{secrets.ACTION_MAIL_SERVER}} server_port: 465