diff --git a/action.yml b/action.yml index 0e2d563..3bf6f6f 100644 --- a/action.yml +++ b/action.yml @@ -15,4 +15,3 @@ runs: key: ${{ runner.os }}-${{ runner.arch }}-nuget-${{ hashFiles('NuGet.Config', '**/*.sln', '**/*.csproj', '**/global.json', '**/packages.lock.json', '**/Directory.Build.props', '**/Directory.Build.targets') }} restore-keys: | ${{ runner.os }}-${{ runner.arch }}-nuget- - ${{ runner.os }}-nuget-