From 0e530eaabf9c654ff9830f12a8a965437079eeae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 08:10:30 +0200 Subject: [PATCH 1/4] chore: Replace calling reusable actions from `apify/workflows/...` to `apify/actions/...` [internal] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57722aa..27706f2 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@main + - uses: apify/actions/git-cliff-release@v1.0.0 name: Prepare release metadata id: release_metadata with: @@ -135,7 +135,7 @@ jobs: echo "✓ Version check passed: pyproject.toml has correct version $ACTUAL_VERSION" - name: Prepare distribution - uses: apify/workflows/prepare-pypi-distribution@e9d8b247c5be28889b1f6df1e23a991c3d0f6305 + uses: apify/actions/prepare-pypi-distribution@v1.0.0 with: ref: ${{ needs.update_version.outputs.version_commitish }} package_name: mcp-client-capabilities From c9749d5642d8cc68b2207ad95773658e0f6b15b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 11:40:50 +0200 Subject: [PATCH 2/4] chore: Bump `apify/actions/*` version to v1.1.0 [internal] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27706f2..d44778e 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: @@ -135,7 +135,7 @@ jobs: echo "✓ Version check passed: pyproject.toml has correct version $ACTUAL_VERSION" - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.0.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.0 with: ref: ${{ needs.update_version.outputs.version_commitish }} package_name: mcp-client-capabilities From fc72ac3db18120ed25ff17ce55fb041d26a6ebbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 12:27:52 +0200 Subject: [PATCH 3/4] chore: Bump `apify/actions/*` version to v1.1.1 [internal] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d44778e..38ba932 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: @@ -135,7 +135,7 @@ jobs: echo "✓ Version check passed: pyproject.toml has correct version $ACTUAL_VERSION" - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.0 + uses: apify/actions/prepare-pypi-distribution@v1.1.1 with: ref: ${{ needs.update_version.outputs.version_commitish }} package_name: mcp-client-capabilities From ba12fc45cfa09c16706628cb02fc7646d2768663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Mon, 18 May 2026 12:56:51 +0200 Subject: [PATCH 4/4] chore: Bump `apify/actions/*` version to v1.1.2 [internal] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38ba932..1fbbe24 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: @@ -135,7 +135,7 @@ jobs: echo "✓ Version check passed: pyproject.toml has correct version $ACTUAL_VERSION" - name: Prepare distribution - uses: apify/actions/prepare-pypi-distribution@v1.1.1 + uses: apify/actions/prepare-pypi-distribution@v1.1.2 with: ref: ${{ needs.update_version.outputs.version_commitish }} package_name: mcp-client-capabilities