You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ This action provides the following functionality for GitHub Actions users:
11
11
- Optionally caching dependencies for pip, pipenv and poetry
12
12
- Registering problem matchers for error output
13
13
14
+
## Breaking changes in V6
15
+
16
+
- Upgraded action from node20 to node24
17
+
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
18
+
19
+
For more details, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0)
0 commit comments