Skip to content

Commit e2cf059

Browse files
committed
actions
1 parent de3a09f commit e2cf059

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
DOTNET_VERSION: '9.0.x'
10+
DOTNET_VERSION: '10.0.x'
1111

1212
jobs:
1313
build:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 0 * * 1'
1010

1111
env:
12-
DOTNET_VERSION: '9.0.x'
12+
DOTNET_VERSION: '10.0.x'
1313

1414
jobs:
1515
analyze:
@@ -46,4 +46,4 @@ jobs:
4646
run: dotnet build --no-restore
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v4
49+
uses: github/codeql-action/analyze@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
DOTNET_VERSION: '9.0.x'
9+
DOTNET_VERSION: '10.0.x'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)