Skip to content

Commit

Permalink
fix: workflow setup-dotnet operation enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 12, 2023
1 parent 27dffab commit 16db4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trendyol-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.0

Expand Down

0 comments on commit 16db4c1

Please sign in to comment.