From 91d2d2945986ca2ef855851ba6728df0b581318a Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Fri, 12 Jun 2026 17:16:26 -0700 Subject: [PATCH 1/2] chore: update action versions for node24 --- .github/workflows/unittest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 83a8280132e9..d73a253c44df 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -20,14 +20,14 @@ jobs: python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base` # See https://github.com/googleapis/google-cloud-python/issues/12013 # and https://github.com/actions/checkout#checkout-head. with: fetch-depth: 2 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} - name: Install nox @@ -75,7 +75,7 @@ jobs: python -m pip install coverage - name: Download coverage results if: ${{ steps.date.packages.num_files_changed > 0 }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: .coverage-results/ - name: Report coverage results From c5d8363b0eec21a2c0060341a94bc0ffa818540a Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Fri, 12 Jun 2026 17:20:38 -0700 Subject: [PATCH 2/2] touch firestore tests --- .../tests/unit/v1/test_query_profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-firestore/tests/unit/v1/test_query_profile.py b/packages/google-cloud-firestore/tests/unit/v1/test_query_profile.py index b86c8fc1154e..fa9e231d6839 100644 --- a/packages/google-cloud-firestore/tests/unit/v1/test_query_profile.py +++ b/packages/google-cloud-firestore/tests/unit/v1/test_query_profile.py @@ -96,8 +96,8 @@ def test_explain_metrics__from_pb_empty(): def test_explain_metrics_execution_stats(): """ - Standard ExplainMetrics class should raise exception when execution_stats is accessed. - _ExplainAnalyzeMetrics should include the field + Standard ExplainMetrics class should raise exception when execution_stats + is accessed. _ExplainAnalyzeMetrics should include the field """ from google.cloud.firestore_v1.query_profile import ( ExplainMetrics,