Skip to content

Commit 653eb24

Browse files
committed
Update setup-dotnet Github action
skip-release-and-release-note: true GitOrigin-RevId: fa9909f352e11f41eeb2b7c0d9bbd10371811f58
1 parent 79c8612 commit 653eb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0 # all
4444

4545
- name: Setup .NET 8.0
46-
uses: actions/setup-dotnet@v4
46+
uses: actions/setup-dotnet@v5
4747
with:
4848
dotnet-version: 8.0.x
4949

@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@v5
151151

152152
- name: Setup .NET 8
153-
uses: actions/setup-dotnet@v4
153+
uses: actions/setup-dotnet@v5
154154
with:
155155
dotnet-version: 8.0.x
156156

0 commit comments

Comments
 (0)