diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 3923327..3fb2d2a 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -28,7 +28,7 @@ jobs: echo "::error title=Wrong branch or repository::Pre-releases must run from main in an apify/ repository. ref=${{ github.ref }} repo=${{ github.repository }}" exit 1 - - uses: apify/actions/git-cliff-release@v1.1.2 + - uses: apify/actions/git-cliff-release@v1.2.0 id: release_metadata name: Prepare release metadata with: @@ -85,7 +85,7 @@ jobs: url: https://pypi.org/project/strands-apify steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.2 + uses: apify/actions/prepare-pypi-distribution@v1.2.0 with: # is_prerelease="yes" makes prepare-pypi-distribution compute the next beta # number from PyPI and build X.Y.Zb. Build from the post-bump commit so the diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c0b802..2f22ddc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: echo "::error title=Missing custom_version::release_type is 'custom' but custom_version is empty. Provide a custom version (e.g. 0.1.0) and re-run the workflow." exit 1 - - uses: apify/actions/git-cliff-release@v1.1.2 + - uses: apify/actions/git-cliff-release@v1.2.0 name: Prepare release metadata id: release_metadata with: @@ -123,7 +123,7 @@ jobs: url: https://pypi.org/project/strands-apify steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.2 + uses: apify/actions/prepare-pypi-distribution@v1.2.0 with: # Build from the exact post-bump commit so the wheel's version metadata # matches the tag created by create_github_release.