From b84d2d6859d4522ff4acb193383608219595da3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 08:10:44 +0200 Subject: [PATCH 1/4] chore: Replace calling reusable actions from `apify/workflows/...` to `apify/actions/...` [internal] --- .github/workflows/pre_release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 588abff..2b6eac7 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -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: @@ -65,7 +65,7 @@ jobs: url: https://pypi.org/project/langchain-apify steps: - name: Prepare distribution - uses: apify/workflows/prepare-pypi-distribution@main + uses: apify/actions/prepare-pypi-distribution@v1.0.0 with: package_name: langchain-apify is_prerelease: "yes" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7c4271..97aff4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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@6cbb5232cc59d59047f1e8268da10747e729989e + - 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/langchain-apify steps: - name: Prepare distribution - uses: apify/workflows/prepare-pypi-distribution@6cbb5232cc59d59047f1e8268da10747e729989e + uses: apify/actions/prepare-pypi-distribution@v1.0.0 with: ref: ${{ github.ref }} package_name: langchain-apify From c553c1b2ebf4d2559ac06469aa22a36ea848aa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 11:40:44 +0200 Subject: [PATCH 2/4] chore: Bump `apify/actions/*` version to v1.1.0 [internal] --- .github/workflows/pre_release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 2b6eac7..f025538 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -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: @@ -65,7 +65,7 @@ jobs: url: https://pypi.org/project/langchain-apify 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: langchain-apify is_prerelease: "yes" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97aff4e..c035fea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/langchain-apify steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.0.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.0 with: ref: ${{ github.ref }} package_name: langchain-apify From 924a49b36047a8ce3f280ca4d9fd6fe6db6d95c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 12:29:02 +0200 Subject: [PATCH 3/4] chore: Bump `apify/actions/*` version to v1.1.1 [internal] --- .github/workflows/pre_release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index f025538..b2bfeae 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -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: @@ -65,7 +65,7 @@ jobs: url: https://pypi.org/project/langchain-apify 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: langchain-apify is_prerelease: "yes" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c035fea..2dc831b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/langchain-apify steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.1 with: ref: ${{ github.ref }} package_name: langchain-apify From 13215fe499315e9940c819f7bfbaa29580500d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 12:57:22 +0200 Subject: [PATCH 4/4] chore: Bump `apify/actions/*` version to v1.1.2 [internal] --- .github/workflows/pre_release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index b2bfeae..6767524 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -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: @@ -65,7 +65,7 @@ jobs: url: https://pypi.org/project/langchain-apify 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: langchain-apify is_prerelease: "yes" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dc831b..b504c1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/langchain-apify steps: - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.1 + uses: apify/actions/prepare-pypi-distribution@v1.1.2 with: ref: ${{ github.ref }} package_name: langchain-apify