-
Notifications
You must be signed in to change notification settings - Fork 1
Source hash #11
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
Source hash #11
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 | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -34,6 +34,7 @@ node_version: | |||||||||||||||||
|
|
||||||||||||||||||
|
|
||||||||||||||||||
|
|
||||||||||||||||||
|
|
||||||||||||||||||
|
Comment on lines
35
to
+37
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. Fix excessive blank lines flagged by YAMLlint. There are 4 consecutive blank lines between 🔎 Proposed fix node_version:
type: str
help: What version of NodeJS is used for development?
default: "{{ node_version }}"
-
-
python_version:📝 Committable suggestion
Suggested change
🧰 Tools🪛 YAMLlint (1.37.1)[error] 37-37: too many blank lines (4 > 2) (empty-lines) 🤖 Prompt for AI Agents |
||||||||||||||||||
| python_version: | ||||||||||||||||||
| type: str | ||||||||||||||||||
| help: What version of Python is used for development? | ||||||||||||||||||
|
|
||||||||||||||||||
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.
Verify the GitHub Actions version bump — ensure runner compatibility for Docker container actions.
The update from
actions/checkout@v5.0.0tov6.0.1includes a credential handling change that requires a minimum Actions Runner version of v2.329.0 for Docker container action scenarios. For standard workflows, the upgrade is compatible. Confirm your runner version if you use container actions.🤖 Prompt for AI Agents