From b44b12b638e1786713ee8e414f2cd3ceb08f795e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 14 Nov 2022 01:35:43 +0100 Subject: [PATCH] Updating ncipollo/release-action to latest to get rid of set-output deprecation warnings --- .github/actions/publish-nuget/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-nuget/action.yml b/.github/actions/publish-nuget/action.yml index 2d319811c..5a08347dd 100644 --- a/.github/actions/publish-nuget/action.yml +++ b/.github/actions/publish-nuget/action.yml @@ -173,8 +173,8 @@ runs: # This is not in its own action because it's all very specific to this NuGet publishing. - name: Create Release - # v1.10.0 - uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37 + # v1.11.2 + uses: ncipollo/release-action@18eadf9c9b0f226f47f164f5373c6a44f0aae169 # This is to prevent creating releases when pushing tags for issue-specific pre-releases like # v4.3.1-alpha.osoe-86. if: "!contains(steps.setup.outputs.publish-version, '-')"