-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update zerocracy/judges-action action to v0.0.15 #3255
Conversation
@@ -35,7 +35,7 @@ jobs: | |||
runs-on: ubuntu-22.04 | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- uses: zerocracy/[email protected].10 | |||
- uses: zerocracy/[email protected].12 | |||
with: | |||
token: ${{ secrets.ZEROCRACY_TOKEN }} | |||
options: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code diff you shared is for a GitHub Actions workflow file. It's showing one change between two versions of the code.
The line of code that was removed:
- - uses: zerocracy/[email protected]
The line of code that was added, replacing the former:
+ - uses: zerocracy/[email protected]
The difference indicates an update in the version of the zerocracy/judges-action
used from 0.0.10 to 0.0.12.
Without more context about the specific requirements or needed functionality of your project, the update seems fine at a glance. However, please make sure that the version change doesn't introduce new behavior or breaking changes which are not considered in your workflow. Always review the release notes of the action for any potential impact from the upgrade.
@rultor please, try to merge, since 23 checks have passed |
9b50b1a
to
49a289e
Compare
@@ -32,7 +32,7 @@ jobs: | |||
runs-on: ubuntu-22.04 | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- uses: zerocracy/[email protected].14 | |||
- uses: zerocracy/[email protected].15 | |||
with: | |||
token: ${{ secrets.ZEROCRACY_TOKEN }} | |||
options: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code diff seems straightforward and free from confusion or irregularities. It indicates that there's been a version bump in the GitHub action used by the workflow. The "zerocracy/judges-action" action has been updated from version 0.0.14 to version 0.0.15. This is a common change when you want to use new features, improvements, or bug fixes included in a newer version of a software package. As long as that version exists and works as expected, there should be no issues.
This PR contains the following updates:
0.0.14
->0.0.15
Release Notes
zerocracy/judges-action (zerocracy/judges-action)
v0.0.15
: reward for code review only if the pull is already mergedCompare Source
See #71, release log:
0d5f6ed
by @yegor256: #71 reward only when merged717fc3e
by @yegor256: doc98be390
by @yegor256: Merge pull request #70 from ze...ec32878
by @renovate[bot]: Update zerocracy/judges-action...0b31a27
by @yegor256: Merge pull request #69 from ze...Released by Rultor 2.0-SNAPSHOT, see build log
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.