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: doc/changes/unreleased.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,17 @@
4
4
5
5
This release includes an update of `action/upload-pages-artifact` from v4 to v5.0.0. With this
6
6
change, now all actions used in the PTB run with Node.js 24. This is important as support
7
-
for Node.js 20 reaches it end-of-life in April of 2026 and support for it in GitHub will end in
7
+
for Node.js 20 reaches it end-of-life in April 2026 and support for it in GitHub will end in
8
8
September 2026; for more details, see GitHub's [deprecation notice](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/).
9
9
10
+
The `report.yml` is also called after the `checks.yml` completes. This allows users
11
+
to get linting, security, and unit test coverage before running the `slow-checks.yml`,
12
+
as described in the [Pull Request description](https://exasol.github.io/python-toolbox/main/user_guide/features/github_workflows/index.html#pull-request).
13
+
10
14
## Refactoring
11
15
12
16
*#764: Updated `action/upload-pages-artifact` from v4 to [v5](https://github.com/actions/upload-pages-artifact/releases/tag/v5.0.0)
17
+
*#768: Updated `merge-gate.yml` to execute the `report.yml` after the `checks.yml` completes
0 commit comments