From caa16057ed5fb0bcf4919f86ee9218b02058062f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:03:10 +0000 Subject: [PATCH] Update cucumber/action-publish-subrepo action to v2 --- .github/workflows/release-php.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-php.yaml b/.github/workflows/release-php.yaml index a012149d9..842433b4c 100644 --- a/.github/workflows/release-php.yaml +++ b/.github/workflows/release-php.yaml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false fetch-depth: '0' - - uses: cucumber/action-publish-subrepo@29cdfead1117bb466d1f2de20fc2c86a3c02e93f # v1.1.1 + - uses: cucumber/action-publish-subrepo@cdb279244fef21302e07c6b371e86870fcada592 # v2.0.0 with: working-directory: php github-token: ${{ secrets.CUKEBOT_GITHUB_TOKEN }}