Skip to content

Commit e95434d

Browse files
authored
Merge pull request #118 from gothinkster/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 0d595ba + 2949ed1 commit e95434d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-dotnet@v4
12+
- uses: actions/setup-dotnet@v5
1313
with:
1414
dotnet-version: 8.0.204
1515
- run: dotnet run --project build/build.csproj

0 commit comments

Comments
 (0)