Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 4b6a217

Browse files
authored
Merge pull request #8 from openapi-json-schema-tools/dependabot/github_actions/actions/setup-dotnet-3
Bump actions/setup-dotnet from 2 to 3
2 parents 4f7ab32 + 7e4a0c3 commit 4b6a217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples-dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- samples/server/petstore/aspnetcore-6.0-project4Models
2828
steps:
2929
- uses: actions/checkout@v3
30-
- uses: actions/setup-dotnet@v2
30+
- uses: actions/setup-dotnet@v3
3131
with:
3232
dotnet-version: '6.0.x'
3333
- name: Build

0 commit comments

Comments
 (0)