Skip to content

Commit 922411f

Browse files
committed
add
1 parent 3c27d31 commit 922411f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/auto-pull-request-by-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup DotNet
3636
uses: actions/setup-dotnet@v1
3737
with:
38-
dotnet-version: 6.0.408
38+
dotnet-version: 6.0.418
3939

4040
- name: Setup Python
4141
uses: actions/setup-python@v1

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
fail-fast: true
5656
matrix:
5757
dotnetversion:
58-
- 6.0.408
58+
- 6.0.418
5959
goversion:
60-
- 1.24.x
60+
- 1.24.11
6161
language:
6262
- nodejs
6363
- python

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: true
4949
matrix:
5050
goversion:
51-
- 1.24.x
51+
- 1.24.11
5252
publish_sdk:
5353
name: Publish SDKs
5454
runs-on: ubuntu-20.04
@@ -117,9 +117,9 @@ jobs:
117117
fail-fast: true
118118
matrix:
119119
dotnetversion:
120-
- 6.0.408
120+
- 6.0.418
121121
goversion:
122-
- 1.24.x
122+
- 1.24.11
123123
language:
124124
- nodejs
125125
- python

0 commit comments

Comments
 (0)