From 4f43f6a751959fa3e8bce47110d54476dfda833c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 22:40:31 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/node-release.yaml | 2 +- .github/workflows/python-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-release.yaml b/.github/workflows/node-release.yaml index aa9c6013..e7363282 100644 --- a/.github/workflows/node-release.yaml +++ b/.github/workflows/node-release.yaml @@ -136,7 +136,7 @@ jobs: github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }} - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "js-${{ needs.publish.outputs.new_version }}" name: "impit-node@${{ needs.publish.outputs.new_version }}" diff --git a/.github/workflows/python-release.yaml b/.github/workflows/python-release.yaml index 95a058c2..51906004 100644 --- a/.github/workflows/python-release.yaml +++ b/.github/workflows/python-release.yaml @@ -144,7 +144,7 @@ jobs: github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }} - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "py-${{ needs.get_version.outputs.new_version }}" name: "impit-python@${{ needs.get_version.outputs.new_version }}"