From ecdb4407c5d581c48247275c9b2ab10cc99974c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:24:03 +0000 Subject: [PATCH] chore(deps): update githubactions to v4.1.3 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | googleapis/release-please-action | v4.1.1 | v4.1.3 | --- .github/workflows/tag-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 24616fc4e..b2e99c970 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Create release tag id: tag - uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 + uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT