Skip to content

Commit 234b76a

Browse files
Merge pull request #13 from UnrealMultiple/renovate/actions-setup-dotnet-5.x
Update actions/setup-dotnet action to v5
2 parents 854ed3e + 98cd448 commit 234b76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-localize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: '8.0.x'
2020

0 commit comments

Comments
 (0)