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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
# lib/starling-regexp is a submodule; the build fails without it.
submodules: recursive
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v5
with:
# global.json pins the exact SDK (currently the .NET 11 preview).
# Install from it so CI always matches the repo's pinned SDK.
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# lib/starling-regexp is a submodule; dotnet format compiles, so the
# build graph still needs the submodule sources present.
submodules: recursive
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v5
with:
# Match the SDK pinned in global.json (the .NET 11 preview).
global-json-file: global.json
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
# lib/starling-regexp is a submodule; the build fails without it.
submodules: recursive
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v5
with:
# Match the SDK pinned in global.json (the .NET 11 preview).
global-json-file: global.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# gate above must include eyeballing .gitmodules changes, same as
# any other PR file that influences the build.
submodules: recursive
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v5
with:
# Match the SDK pinned in global.json (the .NET 11 preview).
global-json-file: global.json
Expand Down
Loading