Skip to content

Commit 5fff68b

Browse files
committed
chore(deps): bump dotnet
1 parent d285976 commit 5fff68b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-dotnet@v4.0.0
3030
with:
3131
dotnet-version: |
32-
8.0.203
32+
8.0.204
3333
7.0.403
3434
- name: Restore dependencies
3535
run: dotnet restore --no-cache -f -v minimal

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-dotnet@v4.0.0
3535
with:
3636
dotnet-version: |
37-
8.0.203
37+
8.0.204
3838
7.0.404
3939
- name: Autobuild
4040
uses: github/codeql-action/autobuild@v3

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-dotnet@v4.0.0
2020
with:
2121
dotnet-version: |
22-
8.0.203
22+
8.0.204
2323
7.0.403
2424
- name: Git fetch unshallow
2525
run: git fetch --unshallow

0 commit comments

Comments
 (0)