From e316c0d9b349705142a45710b207e9de934a7efa Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <52838694+fwilhe2@users.noreply.github.com> Date: Sat, 11 May 2024 09:51:28 +0200 Subject: [PATCH] Update softprops/action-gh-release to address node 16 deprecation See https://github.com/softprops/action-gh-release/releases/tag/v2.0.0 closes #11 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54049e2..df19780 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: needs: - check_if_version_upgraded steps: - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }}