ci: use Python 3.12 for parsing dates (#5554)

This commit is contained in:
nerix
2024-08-20 19:26:11 +02:00
committed by GitHub
parent 4d0ac15e55
commit f42bb73123
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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: |