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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ This action provides the following functionality for GitHub Actions users:
13
13
14
14
## Breaking changes in V6
15
15
16
-
- Upgrade to node 24 in [#1164](https://github.com/actions/setup-python/pull/1164)
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)
16
+
- Upgrade 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
18
19
-
For more detailed release notes, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0)
19
+
For more detailed release notes, please track [release notes](https://github.com/actions/setup-python/releases/tag/v6.0.0)
0 commit comments