ci: use Python 3.12 for parsing dates (#5554)
This commit is contained in:
@@ -389,6 +389,11 @@ jobs:
|
||||
working-directory: release-artifacts
|
||||
shell: bash
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Format changes
|
||||
id: format-changes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user