Skip to content

Commit

Permalink
Update nugetTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Jan 28, 2025
1 parent 70b19c5 commit a49a0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
dotnet-version: '8.x'

- name: Install NuGet
uses: nuget/setup-nuget@v2
with:
nuget-version: '6.x'
nuget-version: '8.x'

- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main
Expand Down

0 comments on commit a49a0f2

Please sign in to comment.