From c8cc92522c0ef6811c9c764de58c84f0f79616c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:33:20 +0000 Subject: [PATCH] chore(deps): bump firebase/firebase-admin-node from 13.7.0 to 13.9.0 Bumps [firebase/firebase-admin-node](https://github.com/firebase/firebase-admin-node) from 13.7.0 to 13.9.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/2279070bcea42f380b44b58acc576cbd63ebd0ee...0efb21f1648c46078e2fd519932def708c8ac6fd) --- updated-dependencies: - dependency-name: firebase/firebase-admin-node dependency-version: 13.9.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 8ce8b499..5830a268 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -78,7 +78,7 @@ jobs: - name: Send email on failure if: failure() - uses: firebase/firebase-admin-node/.github/actions/send-email@2279070bcea42f380b44b58acc576cbd63ebd0ee # Admin Node SDK v13.7.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@0efb21f1648c46078e2fd519932def708c8ac6fd # Admin Node SDK v13.9.0 with: api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }} domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }} @@ -93,7 +93,7 @@ jobs: - name: Send email on cancelled if: cancelled() - uses: firebase/firebase-admin-node/.github/actions/send-email@2279070bcea42f380b44b58acc576cbd63ebd0ee # Admin Node SDK v13.7.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@0efb21f1648c46078e2fd519932def708c8ac6fd # Admin Node SDK v13.9.0 with: api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }} domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}