Skip to content

Commit 2ab8c29

Browse files
committed
Needed for .net cdn change
see dotnet/core#9671 and: AzureAD/microsoft-identity-web#3175
1 parent e6d316e commit 2ab8c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aot-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424

2525
- name: Setup .NET 9.0.x
26-
uses: actions/setup-dotnet@v4.1.0
26+
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 9.0.x
2929

.github/workflows/dotnetcore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: Setup .NET 9.x
38-
uses: actions/setup-dotnet@v4.1.0
38+
uses: actions/setup-dotnet@v4
3939
with:
4040
dotnet-version: 9.x
4141

0 commit comments

Comments
 (0)