From 91ef6084f34d9ab772a2ebd410f2cedea9bbd583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:45:45 +0000 Subject: [PATCH] chore(deps): bump googleapis/release-please-action from 4.4.0 to 4.4.1 Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 642675d..3b9ac20 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Run Release Please id: release - uses: googleapis/release-please-action@v4.4.0 + uses: googleapis/release-please-action@v4.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} config-file: release-please-config.json