From 5f6639ee0f16a319cab42e240b17a15577cce562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 08:10:20 +0200 Subject: [PATCH 1/4] chore: Replace calling reusable actions from `apify/workflows/...` to `apify/actions/...` [internal] --- .github/workflows/pre_release.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index 1fd983d..4b8d85a 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -22,7 +22,7 @@ jobs: tag_name: ${{ steps.release_metadata.outputs.tag_name }} changelog: ${{ steps.release_metadata.outputs.changelog }} steps: - - uses: apify/workflows/git-cliff-release@main + - uses: apify/actions/git-cliff-release@v1.0.0 id: release_metadata name: Prepare release metadata with: @@ -64,7 +64,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/workflows/prepare-pypi-distribution@main + uses: apify/actions/prepare-pypi-distribution@v1.0.0 with: package_name: apify-haystack is_prerelease: "yes" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 84451fa..c130805 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: changelog: ${{ steps.release_metadata.outputs.changelog }} release_notes: ${{ steps.release_metadata.outputs.release_notes }} steps: - - uses: apify/workflows/git-cliff-release@main + - uses: apify/actions/git-cliff-release@v1.0.0 name: Prepare release metadata id: release_metadata with: @@ -77,7 +77,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/workflows/prepare-pypi-distribution@main + uses: apify/actions/prepare-pypi-distribution@v1.0.0 with: package_name: apify-haystack is_prerelease: "" From 67df2ef3f89b22b9c8fb6af97add623112ce7abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 11:40:12 +0200 Subject: [PATCH 2/4] chore: Bump `apify/actions/*` version to v1.1.0 [internal] --- .github/workflows/pre_release.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index 4b8d85a..e7083ed 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -22,7 +22,7 @@ jobs: tag_name: ${{ steps.release_metadata.outputs.tag_name }} changelog: ${{ steps.release_metadata.outputs.changelog }} steps: - - uses: apify/actions/git-cliff-release@v1.0.0 + - uses: apify/actions/git-cliff-release@v1.1.0 id: release_metadata name: Prepare release metadata with: @@ -64,7 +64,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.0.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.0 with: package_name: apify-haystack is_prerelease: "yes" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c130805..576ee27 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: changelog: ${{ steps.release_metadata.outputs.changelog }} release_notes: ${{ steps.release_metadata.outputs.release_notes }} steps: - - uses: apify/actions/git-cliff-release@v1.0.0 + - uses: apify/actions/git-cliff-release@v1.1.0 name: Prepare release metadata id: release_metadata with: @@ -77,7 +77,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.0.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.0 with: package_name: apify-haystack is_prerelease: "" From 58aa0589c7d2f27f60245c5df3b40ca127b78054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 12:27:30 +0200 Subject: [PATCH 3/4] chore: Bump `apify/actions/*` version to v1.1.1 [internal] --- .github/workflows/pre_release.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index e7083ed..5809c5b 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -22,7 +22,7 @@ jobs: tag_name: ${{ steps.release_metadata.outputs.tag_name }} changelog: ${{ steps.release_metadata.outputs.changelog }} steps: - - uses: apify/actions/git-cliff-release@v1.1.0 + - uses: apify/actions/git-cliff-release@v1.1.1 id: release_metadata name: Prepare release metadata with: @@ -64,7 +64,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.1 with: package_name: apify-haystack is_prerelease: "yes" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 576ee27..666b9df 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: changelog: ${{ steps.release_metadata.outputs.changelog }} release_notes: ${{ steps.release_metadata.outputs.release_notes }} steps: - - uses: apify/actions/git-cliff-release@v1.1.0 + - uses: apify/actions/git-cliff-release@v1.1.1 name: Prepare release metadata id: release_metadata with: @@ -77,7 +77,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.1 with: package_name: apify-haystack is_prerelease: "" From 63a21eb639acf5351148ae85417de3a89929f96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 12:56:28 +0200 Subject: [PATCH 4/4] chore: Bump `apify/actions/*` version to v1.1.2 [internal] --- .github/workflows/pre_release.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index 5809c5b..21d60c6 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -22,7 +22,7 @@ jobs: tag_name: ${{ steps.release_metadata.outputs.tag_name }} changelog: ${{ steps.release_metadata.outputs.changelog }} steps: - - uses: apify/actions/git-cliff-release@v1.1.1 + - uses: apify/actions/git-cliff-release@v1.1.2 id: release_metadata name: Prepare release metadata with: @@ -64,7 +64,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.1 + uses: apify/actions/prepare-pypi-distribution@v1.1.2 with: package_name: apify-haystack is_prerelease: "yes" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 666b9df..5dc8e2c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: changelog: ${{ steps.release_metadata.outputs.changelog }} release_notes: ${{ steps.release_metadata.outputs.release_notes }} steps: - - uses: apify/actions/git-cliff-release@v1.1.1 + - uses: apify/actions/git-cliff-release@v1.1.2 name: Prepare release metadata id: release_metadata with: @@ -77,7 +77,7 @@ jobs: url: https://pypi.org/project/apify-haystack steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.1 + uses: apify/actions/prepare-pypi-distribution@v1.1.2 with: package_name: apify-haystack is_prerelease: ""