From 33abd26daddd3dc564ecf3991eef1982b9837881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:12:43 +0100 Subject: [PATCH] chore(deps): update softprops/action-gh-release to v2 (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/fastlane.action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index d96fe150..168e9df8 100644 --- a/.github/workflows/fastlane.action.yaml +++ b/.github/workflows/fastlane.action.yaml @@ -46,6 +46,6 @@ jobs: - name: 'Generate Github release' # Only run on new tag if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ${{ env.CHANGELOG_PATH_EN_US }}