Skip to content

Commit 2e4fe47

Browse files
Bump dependency Meziantou.Framework.NuGetPackageValidation.Tool to 1.0.40
| datasource | package | from | to | | ---------- | ----------------------------------------------- | ------ | ------ | | nuget | Meziantou.Framework.NuGetPackageValidation.Tool | 1.0.39 | 1.0.40 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7523d2f commit 2e4fe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# renovate: datasource=nuget depName=dotnet-validate
121121
DOTNET_VALIDATE_VERSION: '0.0.1-preview.537'
122122
# renovate: datasource=nuget depName=Meziantou.Framework.NuGetPackageValidation.Tool
123-
MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.39'
123+
MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.40'
124124
run: |
125125
dotnet tool install --global dotnet-validate --version ${env:DOTNET_VALIDATE_VERSION} --allow-roll-forward
126126
dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version ${env:MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION} --allow-roll-forward

0 commit comments

Comments
 (0)