Skip to content
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

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
zerocracy/judges-action action patch 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 merged

Compare Source

See #​71, release log:

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@@ -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: |
Copy link

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.

@yegor256
Copy link
Member

yegor256 commented Jul 6, 2024

@rultor please, try to merge, since 23 checks have passed

@rultor
Copy link
Contributor

rultor commented Jul 6, 2024

@rultor please, try to merge, since 23 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Jul 6, 2024

@rultor please, try to merge, since 23 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 19min)

@renovate renovate bot changed the title chore(deps): update zerocracy/judges-action action to v0.0.12 chore(deps): update zerocracy/judges-action action to v0.0.12 - autoclosed Jul 6, 2024
@renovate renovate bot closed this Jul 6, 2024
@renovate renovate bot deleted the renovate/zerocracy-judges-action-0.x branch July 6, 2024 16:30
@renovate renovate bot changed the title chore(deps): update zerocracy/judges-action action to v0.0.12 - autoclosed chore(deps): update zerocracy/judges-action action to v0.0.12 Jul 7, 2024
@renovate renovate bot reopened this Jul 7, 2024
@renovate renovate bot restored the renovate/zerocracy-judges-action-0.x branch July 7, 2024 08:24
@renovate renovate bot force-pushed the renovate/zerocracy-judges-action-0.x branch from 9b50b1a to 49a289e Compare July 7, 2024 08:24
@renovate renovate bot changed the title chore(deps): update zerocracy/judges-action action to v0.0.12 chore(deps): update zerocracy/judges-action action to v0.0.15 Jul 7, 2024
@@ -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: |
Copy link

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.

@yegor256 yegor256 merged commit 1e5e306 into master Jul 8, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants