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.53 #3384

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: zerocracy/[email protected].52
- uses: zerocracy/[email protected].53
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
options: |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff indicates a simple change in the version of the "zerocracy/judges-action" GitHub action being used within a GitHub workflow file. The older version '@0.0.52' is replaced with the newer version '@0.0.53'. There's no confusion or irregularity here, assuming that version 0.0.53 exists and doesn't introduce any breaking changes from version 0.0.52. Please ensure to test the workflow after making this update.

Expand Down
Loading