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 yegor256/copyrights-action action to v0.0.5 #3274

Merged
merged 1 commit into from
Jul 16, 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/copyrights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/[email protected].4
- uses: yegor256/[email protected].5
with:
globs: >-
**/LICENSE.txt

Choose a reason for hiding this comment

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

The code diff you've provided indicates that the version of yegor256/copyrights-action used has been updated from 0.0.4 to 0.0.5. This change typically means that the newer version of this GitHub Action is now being utilized, which might include updates, bug fixes, or new features compared to the older version.

Assuming the rest of your workflow is compatible with the revision and there are no breaking changes between the two versions, there are no obvious irregularities or confusions in this diff. However, it's always a good idea to check the release notes or changelog for version 0.0.5 to ensure it doesn't introduce any issues for your specific use case.

Expand Down
Loading