Skip to content

Commit cc770ae

Browse files
Upgrade GitHub Actions to v5 in dotnetcore.yml
Co-authored-by: keegan-caruso <[email protected]>
1 parent 6cc8f53 commit cc770ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
name: Abstractions GitHub Action Test
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4.1.7
12+
uses: actions/checkout@v5
1313
- name: Setup .NET 8.0.x
14-
uses: actions/setup-dotnet@v4
14+
uses: actions/setup-dotnet@v5
1515
with:
1616
dotnet-version: 8.0.x
1717

@@ -20,7 +20,7 @@ jobs:
2020
run: dotnet test -v m --configuration Release Microsoft.Identity.Abstractions.sln
2121

2222
- name: Setup .NET 10.0.100-rc.1
23-
uses: actions/setup-dotnet@v4
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: 10.0.100-rc.1.25451.107
2626

0 commit comments

Comments
 (0)