Skip to content

Commit 5a2235c

Browse files
chore(deps): update dependency dotnet-sdk to v9.0.307
1 parent 4006980 commit 5a2235c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2222
with:
23-
dotnet-version: 9.0.305
23+
dotnet-version: 9.0.307
2424
- name: Install tools
2525
run: dotnet tool restore
2626
- name: Check formatting
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup .NET
3535
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
3636
with:
37-
dotnet-version: 9.0.305
37+
dotnet-version: 9.0.307
3838
- name: Run tests
3939
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
4040
- name: Upload coverage reports to Codecov
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup .NET
5454
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5555
with:
56-
dotnet-version: 9.0.305
56+
dotnet-version: 9.0.307
5757
- name: Run tests
5858
run: dotnet test -c Debug
5959
publish-docs:
@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup .NET
140140
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
141141
with:
142-
dotnet-version: 9.0.305
142+
dotnet-version: 9.0.307
143143
- name: Build
144144
run: dotnet build -c Release
145145
- name: Pack

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.305",
3+
"version": "9.0.307",
44
"rollForward": "latestMajor",
55
"allowPrerelease": true
66
}

0 commit comments

Comments
 (0)