Skip to content

CI: Fix Nodejs-16 deprecation warning by using pre-commit@v3.0.1 #824

CI: Fix Nodejs-16 deprecation warning by using pre-commit@v3.0.1

CI: Fix Nodejs-16 deprecation warning by using pre-commit@v3.0.1 #824

Triggered via pull request July 31, 2024 18:10
Status Success
Total duration 4m 23s
Artifacts

main.yml

on: pull_request
Python2: Container tests
14s
Python2: Container tests
Python2: PyLint and Pytest
1m 53s
Python2: PyLint and Pytest
Python3: Pre-Commit Suite
4m 13s
Python3: Pre-Commit Suite
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 1 notice
Python2: PyLint and Pytest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Python3: Pre-Commit Suite
The following actions uses Node.js version which is deprecated and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Python3: Pre-Commit Suite
Sorry, GitHub tells that actions/cache@v4 is still v3 and warns about using node16, which is wrong. So we've to bear with it. Bug reported: https://github.com/actions/cache/issues/1323