From 41d1db7da4f11339eb1846bef3c49ef18820419c Mon Sep 17 00:00:00 2001 From: Andrej Dobes Date: Thu, 8 Aug 2024 12:36:37 +0200 Subject: [PATCH] Update dotnet-core.yml --- .github/workflows/dotnet-core.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 9b33c1b..b38f77a 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.100 + dotnet-version: 8.0.303 - name: Install dependencies run: dotnet restore src/MusicLibrary.sln - name: Build