-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): bump the actions group across 1 directory with 3 updates #744
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ jobs: | |
| image: node:24.18.0 | ||
| steps: | ||
| # fetch-depth: 0 so the non-blocking docs check can diff base...head. | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v7 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [other · high] Similarly, the other changed files bump |
||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
|
|
||
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.
[other · medium]
Version inconsistency: upload-artifact is being upgraded to v7, but download-artifact is being upgraded to v8. While these actions may have independent versioning, this mismatch could indicate:
Recommendation: Verify that upload-artifact@v7 and download-artifact@v8 are compatible with each other, or consider using matching versions (e.g., both v7 or both v8) to ensure artifacts uploaded by one can be reliably downloaded by the other.