From b2fc5f0c41be5439787c00ce0a88bba6e2b27966 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Wed, 17 Jun 2026 18:20:44 +0300 Subject: [PATCH 1/3] chore: downgrade release-on-tag-push version --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 48a73e0..ad5a653 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v6 + - uses: google-github-actions/release-please-action@v4 with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named From b41c616390b1723d1af173d6253ea76e675a585d Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Wed, 17 Jun 2026 18:24:24 +0300 Subject: [PATCH 2/3] chore: downgrade release-on-tag-push version --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ad5a653..1600898 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named From 236c136005631d3fda215a3014e58ad69ec7a2e2 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Wed, 17 Jun 2026 18:25:11 +0300 Subject: [PATCH 3/3] chore: downgrade release-on-tag-push version --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 1600898..a6b1476 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named