Skip to content

Commit 34da74d

Browse files
Update actions/setup-dotnet action to v4 (#131)
1 parent b8cc675 commit 34da74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v2
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: 6.0.x
2525

0 commit comments

Comments
 (0)