File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
cache-read-only : ${{ github.ref != 'refs/heads/develop' }}
25
25
- name : Set up Python 3.12
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : 3.13
29
29
- name : Run World screenshots generation script
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v5
37
37
- name : Set up Python 3.12
38
- uses : actions/setup-python@v5
38
+ uses : actions/setup-python@v6
39
39
with :
40
40
python-version : 3.13
41
41
- name : Search for invalid screenshot files
56
56
with :
57
57
cache-read-only : ${{ github.ref != 'refs/heads/develop' }}
58
58
- name : Set up Python 3.12
59
- uses : actions/setup-python@v5
59
+ uses : actions/setup-python@v6
60
60
with :
61
61
python-version : 3.13
62
62
- name : Search for invalid dependencies
Original file line number Diff line number Diff line change 22
22
with :
23
23
cache-read-only : ${{ github.ref != 'refs/heads/develop' }}
24
24
- name : Set up Python 3.12
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : 3.13
28
28
- name : Setup Localazy
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
- name : Set up Python 3.12
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : 3.13
20
20
- name : Install Prerequisite dependencies
You can’t perform that action at this time.
0 commit comments