Skip to content

Commit 74fb288

Browse files
authored
Merge branch 'main' into chore/update-python-version-django-google-spanner
2 parents 7ad363e + caa83e5 commit 74fb288

2,730 files changed

Lines changed: 233353 additions & 49357 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# - @googleapis/gcs-team
2222
# - @googleapis/pubsub-team
2323
# - @googleapis/spanner-team
24+
# - @googleapis/cloud-sdk-librarian-team
2425

2526
# As per the above, the following list is only used for notifications, not for approvals.
2627
# Googlers see b/477912165 and corresponding design doc
@@ -44,3 +45,4 @@
4445
/packages/pandas-gbq/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
4546
/packages/sqlalchemy-bigquery/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
4647
/packages/sqlalchemy-spanner/ @googleapis/spanner-team
48+
/librarian.yaml @googleapis/cloud-sdk-librarian-team

.github/workflows/bigtable-conformance.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
outputs:
2222
run_bigtable: ${{ steps.filter.outputs.bigtable }}
2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: dorny/paths-filter@v3
24+
- uses: actions/checkout@v6
25+
- uses: dorny/paths-filter@v4
2626
id: filter
2727
with:
2828
filters: |
@@ -48,18 +48,18 @@ jobs:
4848
fail-fast: false
4949
name: "${{ matrix.client-type }} client / python ${{ matrix.py-version }} / test tag ${{ matrix.test-version }}"
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252
name: "Checkout google-cloud-python"
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
name: "Checkout conformance tests"
5555
with:
5656
repository: googleapis/cloud-bigtable-clients-test
5757
ref: ${{ matrix.test-version }}
5858
path: packages/google-cloud-bigtable/cloud-bigtable-clients-test
59-
- uses: actions/setup-python@v5
59+
- uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.py-version }}
62-
- uses: actions/setup-go@v5
62+
- uses: actions/setup-go@v6
6363
with:
6464
go-version: '>=1.20.2'
6565
- run: pip install -e .

.github/workflows/django-spanner-django3.2_tests_against_emulator0.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/django-spanner-django3.2_tests_against_emulator1.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/django-spanner-django3.2_tests_against_emulator2.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/django-spanner-django3.2_tests_against_emulator3.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/django-spanner-django3.2_tests_against_emulator4.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)