Skip to content

Commit 5ebcd27

Browse files
authored
Merge pull request #107 from gothinkster/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 5dc8ae7 + fc54820 commit 5ebcd27

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@v4
12-
- uses: actions/setup-dotnet@v3
12+
- uses: actions/setup-dotnet@v4
1313
with:
1414
dotnet-version: 7.0.400
1515
- run: dotnet run -p build/build.csproj

0 commit comments

Comments
 (0)