-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Fix warnings & deprecation messages in the workflows (#241)
### What type of PR is this? CI: Resolve deprecation & warning messages in workflows Enable DependaBot for GitHub actions ### What this PR does / why we need it: Node16 has been out of support since [September 2023](https://github.com/nodejs/Release/#end-of-life-releases). - more info in the [post](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) ### Which issue(s) this PR fixes: Resolves: G-Research/gr-oss#640 ------------ #### Test results - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197206 It uses external actions `dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615` which needs tobe # Testing results 🟢 Build JVM - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197205 🟠 Build Python - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197209 __NOTE__ on upstream, this [workflow](https://github.com/G-Research/spark-extension/actions/workflows/build-python.yml) is not run at all 🟢 Build Snapshot - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197204 __NOTE__ on upstream, this [workflow](https://github.com/G-Research/spark-extension/actions/workflows/build-snapshots.yml) is not run at all 🟢 Check - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197212 __NOTE__ this workflow is called from `CI` workflow, it can be verified it's green [here](https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197234) 🟢 CI - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197234 🟢 Test JVM - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197234 __NOTE__ this workflow is called from `CI` workflow, it can be verified it's green [here](https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197234) 🟢 Test Python - https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197234 __NOTE__ this workflow is called from `CI` workflow, it can be verified it's green [here](https://github.com/gr-oss-devops/spark-extension/actions/runs/8537197234) 🟢 Test results - https://github.com/gr-oss-devops/spark-extension/actions/runs/8878086091
- Loading branch information
Showing
9 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters