Skip to content

Commit 5e8f140

Browse files
authored
Update dotnet.yml (Update github actions to the latest versions of 4.x)
1 parent 92bc0b8 commit 5e8f140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.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)