MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

✅ Update Actions to latest versions, use Python 3.9 #1013

Closed thisiskeithb closed 3 months ago

thisiskeithb commented 5 months ago

Description

Update Actions to latest versions because most are using Node.js 20 now due to Node.js 16 being deprecated. See GitHub Blog - GitHub Actions: Transitioning from Node 16 to Node 20 for more information.

Use Python 3.9 like we do in the main MarlinFirmware repo.

Note: superbrothers/close-pull-request still needs to update their Action for Node.js 20 compatibility.