Skip to content

Commit 3001518

Browse files
authored
Update github actions to latest versions of 4.x + .NET 9.0
1 parent 69069c7 commit 3001518

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
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.1.1
20+
uses: actions/checkout@v4
2121

2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v4.0.0
23+
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: 8.x.x
25+
dotnet-version: 9.x.x
2626

2727
- name: Restore dependencies
2828
run: dotnet restore

0 commit comments

Comments
 (0)