Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-code-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

- name: Setup .NET
uses: actions/setup-dotnet@5c125af7da1b2700edf7106be3a4f8a60f495f59
uses: actions/setup-dotnet@740310365d5065c44c30d213e7963107ebfd22d5
with:
dotnet-version: "9.0.101"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

- uses: actions/setup-dotnet@5c125af7da1b2700edf7106be3a4f8a60f495f59
- uses: actions/setup-dotnet@740310365d5065c44c30d213e7963107ebfd22d5
with:
dotnet-version: "9.0.101"

Expand Down