Skip to content

Commit 523d69f

Browse files
committed
chore: update all dependencies
1 parent e407756 commit 523d69f

19 files changed

Lines changed: 29 additions & 29 deletions

.github/workflows/build-shared-spanner-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v7
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@v6
31+
uses: actions/setup-go@v7
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434
cache-dependency-path: spannerlib/go.sum

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v7
2525
- name: Install Go
26-
uses: actions/setup-go@v6
26+
uses: actions/setup-go@v7
2727
with:
2828
go-version: 1.26.x
2929
- name: Run Go integration tests on emulator

.github/workflows/integration-tests-on-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v7
3131
- name: Install Go
32-
uses: actions/setup-go@v6
32+
uses: actions/setup-go@v7
3333
with:
3434
go-version: 1.26.x
3535
- name: Auth

.github/workflows/node-spanner-lib-wrapper-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v7
2626

2727
- name: Set up Node.js
28-
uses: actions/setup-node@v6
28+
uses: actions/setup-node@v7
2929
with:
3030
node-version: '26'
3131
cache: 'npm'

.github/workflows/node-spanner-lib-wrapper-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- uses: actions/checkout@v7
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@v6
36+
uses: actions/setup-go@v7
3737
with:
3838
go-version: '1.26.x'
3939
cache-dependency-path: spannerlib/go.sum
4040

4141
- name: Set up Node.js
42-
uses: actions/setup-node@v6
42+
uses: actions/setup-node@v7
4343
with:
4444
node-version: ${{ matrix.node-version }}
4545
cache: 'npm'

.github/workflows/python-spanner-lib-wrapper-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v7
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: '3.14'
3131
cache: 'pip'

.github/workflows/python-spanner-lib-wrapper-system-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- uses: actions/checkout@v7
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@v6
28+
uses: actions/setup-go@v7
2929
with:
3030
go-version: '1.26.x'
3131
cache-dependency-path: spannerlib/go.sum
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v6
34+
uses: actions/setup-python@v7
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
cache: 'pip'

.github/workflows/python-spanner-lib-wrapper-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- uses: actions/checkout@v7
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v6
24+
uses: actions/setup-go@v7
2525
with:
2626
go-version: '1.26.x'
2727
cache-dependency-path: spannerlib/go.sum
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: '3.14'
3333
cache: 'pip'

.github/workflows/release-dotnet-native-spanner-lib.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v7
1313
- name: Install Go
14-
uses: actions/setup-go@v6
14+
uses: actions/setup-go@v7
1515
with:
1616
go-version: 1.26
1717
cache-dependency-path: spannerlib/go.sum
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout code
3838
uses: actions/checkout@v7
3939
- name: Install Go
40-
uses: actions/setup-go@v6
40+
uses: actions/setup-go@v7
4141
with:
4242
go-version: 1.26
4343
cache-dependency-path: spannerlib/go.sum
@@ -88,7 +88,7 @@ jobs:
8888
- name: Add execute permission to osx-arm64 gRPC server
8989
run: chmod +x spannerlib/dotnet-spannerlib/Google.Cloud.SpannerLib.Grpc/binaries/osx-arm64/grpc_server
9090
- name: Install dotnet
91-
uses: actions/setup-dotnet@v5
91+
uses: actions/setup-dotnet@v6
9292
with:
9393
dotnet-version: '9.0.x'
9494
- name: dotnet version

.github/workflows/release-dotnet-spanner-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v7
1313
- name: Install dotnet
14-
uses: actions/setup-dotnet@v5
14+
uses: actions/setup-dotnet@v6
1515
with:
1616
dotnet-version: '9.0.x'
1717
- name: dotnet version

0 commit comments

Comments
 (0)