-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update actions/setup-python action to v7 #37
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 |
|---|---|---|
|
|
@@ -54,7 +54,7 @@ jobs: | |
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| with: | ||
| persist-credentials: false | ||
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 | ||
|
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. 🔍 Node 24 runner requirement introduced by setup-python v6+ The v6.0.0 release notes (carried through into v7) note the action now runs on Node 24 and requires GitHub runner v2.327.1 or later. This job runs on Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| with: | ||
| python-version: "3.12" | ||
| - run: pip install pyyaml | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.