diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 396d7da..5d89aa3 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 3.1.x + dotnet-version: 8.0.x - name: Build with dotnet run: dotnet build ./Passbook.Generator/Passbook.Generator.csproj --configuration Release