Skip to content

Commit

Permalink
ver 5
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 20, 2024
1 parent aceb671 commit 90b769e
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 @@ -44,12 +44,12 @@ jobs:
- name: Install NuGet
uses: nuget/setup-nuget@v2
with:
nuget-version: '6.0.0'
nuget-version: '5.0.0'

- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.0'
dotnet-version: '5.0.0'

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

0 comments on commit 90b769e

Please sign in to comment.