From b9a4fe350137004f64ebad74bb8e51778997e320 Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Tue, 12 Dec 2023 12:09:29 +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 3f9b3c4..3871c02 100644 --- a/.github/workflows/integration-core.yml +++ b/.github/workflows/integration-core.yml @@ -34,7 +34,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.0 + dotnet-version: 8.x - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/trendyol-integration.yml b/.github/workflows/trendyol-integration.yml index 6ac80f2..f9a13f6 100644 --- a/.github/workflows/trendyol-integration.yml +++ b/.github/workflows/trendyol-integration.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.0 + dotnet-version: 8.x - name: Restore dependencies run: dotnet restore