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.33 #3285

Merged
merged 1 commit into from
Jul 22, 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].32
- uses: zerocracy/[email protected].33
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.

There are no obvious confusions or irregularities in the diff you've provided. It simply shows that the version of 'zerocracy/judges-action' used in a GitHub Actions workflow has been updated from 0.0.32 to 0.0.33.
This suggests that there might have been an update or improvement in the 'zerocracy/judges-action' action, and hence the newer version is being employed. Just ensure that this new version is compatible and doesn't introduce any breaking changes for your usage.

Expand Down
Loading