Skip to content

Commit

Permalink
chore(deps): update dotnet 8 to 8.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Mar 4, 2024
1 parent 5858225 commit 31471b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.201
7.0.403
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.201
7.0.404
- name: Autobuild
uses: github/codeql-action/autobuild@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.201
7.0.403
- name: Git fetch unshallow
run: git fetch --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.201
7.0.404
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal
Expand Down

0 comments on commit 31471b7

Please sign in to comment.