From 7f3c694e18f0b5099b2d661881818e3f8ffef95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 01:33:22 +0000 Subject: [PATCH 1/2] chore(deps): bump firebase/firebase-admin-node from 13.7.0 to 13.10.0 Bumps [firebase/firebase-admin-node](https://github.com/firebase/firebase-admin-node) from 13.7.0 to 13.10.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...e0a2177bd2657d8a05a29602d99033bcbd8cdbcd) --- updated-dependencies: - dependency-name: firebase/firebase-admin-node dependency-version: 13.10.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 cf63f8ff..12c6d2aa 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@2279070bcea42f380b44b58acc576cbd63ebd0ee # Admin Node SDK v13.7.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@e0a2177bd2657d8a05a29602d99033bcbd8cdbcd # Admin Node SDK v13.10.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@2279070bcea42f380b44b58acc576cbd63ebd0ee # Admin Node SDK v13.7.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@e0a2177bd2657d8a05a29602d99033bcbd8cdbcd # Admin Node SDK v13.10.0 with: api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }} domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }} From cd06c1d70d37538340d6f391163d63843c9a3830 Mon Sep 17 00:00:00 2001 From: Yvonne Pan <103622026+yvonnep165@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:04:30 -0400 Subject: [PATCH 2/2] Trigger CI