From 0947f951866919dc356d48848239ea6bccdcab95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 01:24:05 +0000 Subject: [PATCH] chore(deps): update google-github-actions/release-please-action action to v4.1.1 | datasource | package | from | to | | ----------- | ------------------------------------------- | ------ | ------ | | github-tags | google-github-actions/release-please-action | v4.0.2 | v4.1.1 | --- .github/workflows/release-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 47f3f45..62c0a52 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Create Release Tag id: tag - uses: google-github-actions/release-please-action@v4.0.2 + uses: google-github-actions/release-please-action@v4.1.1 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT - id: release-tag