chore(deps): bump haya14busa/action-update-semver from 1.2.1 to 1.5.1#42
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [haya14busa/action-update-semver](https://github.com/haya14busa/action-update-semver) from 1.2.1 to 1.5.1. - [Release notes](https://github.com/haya14busa/action-update-semver/releases) - [Commits](haya14busa/action-update-semver@v1.2.1...v1.5.1) --- updated-dependencies: - dependency-name: haya14busa/action-update-semver dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps haya14busa/action-update-semver from 1.2.1 to 1.5.1.
Release notes
Sourced from haya14busa/action-update-semver's releases.
Commits
7d2c558Merge pull request #28 from haya14busa/fix-gh-server-env67740cffix trusted-tag-verifier input7cde777Add error handling to script with set -e flagbe3f978fix remote url3f49a54Merge pull request #27 from haya14busa/bump-veree80e8dbump minor versionf367549Merge pull request #26 from haya14busa/add-output-tags35d64ddMerge pull request #22 from cardoe/patch-2fcd70a2Merge branch 'master' into patch-2ddcd133feat: Add major and minor tag outputsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
@codesmithwith what you need.Greptile Summary
Routine Dependabot bump of
haya14busa/action-update-semverfromv1.2.1tov1.5.1in the workflow that keeps major/minor semver tags aligned after a new release tag is pushed.Confidence Score: 5/5
Safe to merge — only one line changes and the new version is a compatible minor/patch upgrade within the same v1 major line.
The change is a single version-tag substitution on a well-maintained action, all intermediate releases are backwards-compatible, and the workflow permissions and logic remain untouched.
No files require special attention.
Important Files Changed
Sequence Diagram
sequenceDiagram participant Dev as Developer participant GH as GitHub Actions participant Checkout as actions/checkout@v4 participant SemVer as haya14busa/action-update-semver@v1.5.1 Dev->>GH: push tag (e.g. v2.3.1) GH->>Checkout: fetch full history (fetch-depth: 0) Checkout-->>GH: repo checked out GH->>SemVer: run action SemVer-->>GH: update v2 and v2.3 tags to point to v2.3.1 commitReviews (1): Last reviewed commit: "chore(deps): bump haya14busa/action-upda..." | Re-trigger Greptile