Skip to content

Commit 5b25a42

Browse files
committed
chore: update SDK version to 3.10.0 and adjust CI actions
1 parent e58435e commit 5b25a42

24 files changed

Lines changed: 24 additions & 44 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,105 +3,85 @@
33
version: 2
44

55
enable-beta-ecosystems: true
6+
67
updates:
78
- package-ecosystem: "pub"
89
directory: "common/fc"
910
schedule:
1011
interval: "monthly"
11-
1212
- package-ecosystem: "pub"
1313
directory: "common/fc_http"
1414
schedule:
1515
interval: "monthly"
16-
1716
- package-ecosystem: "pub"
1817
directory: "common/fc_universal"
1918
schedule:
2019
interval: "monthly"
21-
2220
- package-ecosystem: "pub"
2321
directory: "common/oss"
2422
schedule:
2523
interval: "monthly"
26-
2724
- package-ecosystem: "pub"
2825
directory: "common/oss_fs"
2926
schedule:
3027
interval: "monthly"
31-
3228
- package-ecosystem: "pub"
3329
directory: "common/oss_universal"
3430
schedule:
3531
interval: "monthly"
36-
3732
- package-ecosystem: "pub"
3833
directory: "common/tablestore"
3934
schedule:
4035
interval: "monthly"
41-
4236
- package-ecosystem: "pub"
4337
directory: "common/tablestore_sembast"
4438
schedule:
4539
interval: "monthly"
46-
4740
- package-ecosystem: "pub"
4841
directory: "common/tablestore_universal"
4942
schedule:
5043
interval: "monthly"
51-
5244
- package-ecosystem: "pub"
5345
directory: "io/cli"
5446
schedule:
5547
interval: "monthly"
56-
5748
- package-ecosystem: "pub"
5849
directory: "node/example/fc_node_basic"
5950
schedule:
6051
interval: "monthly"
61-
6252
- package-ecosystem: "pub"
6353
directory: "node/example/fc_node_raw"
6454
schedule:
6555
interval: "monthly"
66-
6756
- package-ecosystem: "pub"
6857
directory: "node/example/ts_node_min"
6958
schedule:
7059
interval: "monthly"
71-
7260
- package-ecosystem: "pub"
7361
directory: "node/fc_node"
7462
schedule:
7563
interval: "monthly"
76-
7764
- package-ecosystem: "pub"
7865
directory: "node/oss_node"
7966
schedule:
8067
interval: "monthly"
81-
8268
- package-ecosystem: "pub"
8369
directory: "node/tablestore_node"
8470
schedule:
8571
interval: "monthly"
86-
8772
- package-ecosystem: "pub"
8873
directory: "repo_support"
8974
schedule:
9075
interval: "monthly"
91-
9276
- package-ecosystem: "pub"
9377
directory: "test/tablestore_test"
9478
schedule:
9579
interval: "monthly"
96-
9780
- package-ecosystem: "pub"
9881
directory: "test/tablestore_universal_test"
9982
schedule:
10083
interval: "monthly"
101-
10284
- package-ecosystem: "github-actions"
10385
directory: "/"
10486
schedule:
10587
interval: "monthly"
106-
labels:
107-
- autosubmit

.github/workflows/run_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: dart-lang/setup-dart@v1.4
3131
with:
3232
sdk: ${{ matrix.dart }}
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- uses: actions/setup-node@v5
3535
with:
3636
node-version: '20'

.github/workflows/run_ci_downgrade_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: ubuntu-latest
2121
dart: stable
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: dart-lang/setup-dart@v1.4
2525
with:
2626
sdk: ${{ matrix.dart }}

common/fc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.2.1
44
publish_to: none
55

66
environment:
7-
sdk: ^3.9.0
7+
sdk: ^3.10.0
88

99
dependencies:
1010
path: ">=1.9.0"

common/fc_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.5
44
publish_to: none
55

66
environment:
7-
sdk: ^3.9.0
7+
sdk: ^3.10.0
88

99
dependencies:
1010
tekartik_http_io:

common/fc_universal/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55
# homepage: https://www.example.com
66

77
environment:
8-
sdk: ^3.9.0
8+
sdk: ^3.10.0
99

1010
dependencies:
1111
path: ">=1.9.0"

common/oss/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55
# homepage: https://www.example.com
66

77
environment:
8-
sdk: ^3.9.0
8+
sdk: ^3.10.0
99

1010
dependencies:
1111
path: ">=1.9.0"

common/oss_fs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55
# homepage: https://www.example.com
66

77
environment:
8-
sdk: ^3.9.0
8+
sdk: ^3.10.0
99

1010
dependencies:
1111
tekartik_aliyun_oss:

common/oss_universal/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55
# homepage: https://www.example.com
66

77
environment:
8-
sdk: ^3.9.0
8+
sdk: ^3.10.0
99

1010
dependencies:
1111
path: ">=1.9.0"

common/tablestore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55
# homepage: https://www.example.com
66

77
environment:
8-
sdk: ^3.9.0
8+
sdk: ^3.10.0
99

1010
dependencies:
1111
path: ">=1.9.0"

0 commit comments

Comments
 (0)