From 7c27bc3ebd3849675fa70b59a217ab2e79a68c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:33:20 +0000 Subject: [PATCH] chore(deps): bump firebase/firebase-admin-node from 13.6.0 to 13.6.1 Bumps [firebase/firebase-admin-node](https://github.com/firebase/firebase-admin-node) from 13.6.0 to 13.6.1. - [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/2e2b36a84ba28679bcb7aecdacabfec0bded2d48...4d4426dbb4ef022d86bbf09bfd55bbabcdcd8087) --- updated-dependencies: - dependency-name: firebase/firebase-admin-node dependency-version: 13.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f886e391..fe6839d3 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@2e2b36a84ba28679bcb7aecdacabfec0bded2d48 # Admin Node SDK v13.6.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@4d4426dbb4ef022d86bbf09bfd55bbabcdcd8087 # Admin Node SDK v13.6.1 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@2e2b36a84ba28679bcb7aecdacabfec0bded2d48 # Admin Node SDK v13.6.0 + uses: firebase/firebase-admin-node/.github/actions/send-email@4d4426dbb4ef022d86bbf09bfd55bbabcdcd8087 # Admin Node SDK v13.6.1 with: api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }} domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}