From d4849ea67a37bd7ecad89c45e8b05a464cc6a067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:33:07 +0000 Subject: [PATCH] chore(deps): update google-github-actions/release-please-action action to v4.0.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ee8230..97c2fd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Release # yamllint disable-line rule:comments - uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2 + uses: google-github-actions/release-please-action@078b9b8dda7799db29972b379561ff8e19b08e82 # v4.0.3 with: # to create protected tags token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}