From 16db4c1a807797a2c9278c271614b9f1c22e0e79 Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Tue, 12 Dec 2023 12:08:21 +0300 Subject: [PATCH] fix: workflow setup-dotnet operation enhanced --- .github/workflows/integration-core.yml | 2 +- .github/workflows/trendyol-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-core.yml b/.github/workflows/integration-core.yml index 43954dc..3f9b3c4 100644 --- a/.github/workflows/integration-core.yml +++ b/.github/workflows/integration-core.yml @@ -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 diff --git a/.github/workflows/trendyol-integration.yml b/.github/workflows/trendyol-integration.yml index 9ea0e1d..6ac80f2 100644 --- a/.github/workflows/trendyol-integration.yml +++ b/.github/workflows/trendyol-integration.yml @@ -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