From fd9d785a8d7cae65230005f25b09a345cfd165b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 01:32:41 +0000 Subject: [PATCH] chore(deps): bump firebase/firebase-admin-node/.github/actions/send-email Bumps [firebase/firebase-admin-node/.github/actions/send-email](https://github.com/firebase/firebase-admin-node) from 14.2.0 to 14.3.0. - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-admin-node/compare/7343f166ec71c2efee5fe0554c2fb96203faf2a5...5a203f6737ffd96e44824a22a5a9004411d088e3) --- updated-dependencies: - dependency-name: firebase/firebase-admin-node/.github/actions/send-email dependency-version: 14.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6059afd8..4ebd4515 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -84,7 +84,7 @@ jobs: - name: Send email on failure if: failure() - uses: firebase/firebase-admin-node/.github/actions/send-email@7343f166ec71c2efee5fe0554c2fb96203faf2a5 # Admin Node SDK v14.2.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@5a203f6737ffd96e44824a22a5a9004411d088e3 # Admin Node SDK v14.3.0 with: api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }} domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }} @@ -99,7 +99,7 @@ jobs: - name: Send email on cancelled if: cancelled() - uses: firebase/firebase-admin-node/.github/actions/send-email@7343f166ec71c2efee5fe0554c2fb96203faf2a5 # Admin Node SDK v14.2.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@5a203f6737ffd96e44824a22a5a9004411d088e3 # Admin Node SDK v14.3.0 with: api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }} domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}