Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 10, 2024
1 parent bfab16e commit 9883fab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-and-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ runs:
gradle-version: 7.6

- name: Install NuGet
uses: nuget/setup-nuget@v1
uses: nuget/setup-nuget@v2
with:
nuget-version: 6.x
nuget-version: 6.11.0
- name: Install dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.11.0'
dotnet-version: '6.x'

- name: Setup Python3
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9883fab

Please sign in to comment.