Closed sweep-ai[bot] closed 9 months ago
Latest commit: daf2a361ff6a6e247441eeaa17343ab4c2d17550
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR Feedback (click)
I created this PR to address this rule:
"Code should be properly formatted and follow a consistent style guide."
Description
This PR updates the version of
google-github-actions/release-please-action
in the.github/workflows/release.yml
file fromv3
tov4
. The updated version provides the latest features and improvements.Summary of Changes
- uses: google-github-actions/release-please-action@v3
to- uses: google-github-actions/release-please-action@v4
in the.github/workflows/release.yml
file.Please review and merge this PR to apply the necessary changes.