We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db4adf commit 657a73cCopy full SHA for 657a73c
.github/workflows/i18n.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Set up Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: '3.12'
26
cache: 'pip'
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
19
python-version: '3.9'
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v5
29
30
- name: Set up Python ${{ matrix.python-version }}
31
32
33
python-version: ${{ matrix.python-version }}
34
0 commit comments