From a29eeae7f3cd20be3a53cfd9e79b92a4958fcf1c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Nov 2024 11:03:11 +0100 Subject: [PATCH] chore(deps): update dawidd6/action-send-mail action to v4 (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | action | major | `v3` -> `v4` | --- ### Release Notes
dawidd6/action-send-mail (dawidd6/action-send-mail) ### [`v4`](https://github.com/dawidd6/action-send-mail/releases/tag/v4) [Compare Source](https://github.com/dawidd6/action-send-mail/compare/v3...v4) ##### What's Changed - build(deps): bump nodemailer from 6.9.13 to 6.9.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/206 - build(deps): bump nodemailer from 6.9.14 to 6.9.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/212 - build(deps): bump [@​actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/216 - build(deps): bump [@​actions/core](https://github.com/actions/core) from 1.11.0 to 1.11.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/217 - build(deps): bump nodemailer from 6.9.15 to 6.9.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/218 - Enable the Showdown option to support tables by [@​phoeniixhawk](https://github.com/phoeniixhawk) in https://github.com/dawidd6/action-send-mail/pull/220 **Full Changelog**: https://github.com/dawidd6/action-send-mail/compare/v3.12.0...v4
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/container-images/ansible-devspace/pulls/68 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1a854ec..67bf875 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: # with: # cli-args: "shell.sh" - name: Send notification - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v4 if: failure() with: connection_url: smtp://docker10.mgrote.net:1025 @@ -75,7 +75,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} - name: Send notification - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v4 if: failure() with: connection_url: smtp://docker10.mgrote.net:1025