File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v5
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : " 3.x"
30
30
- name : Install pypa/build
Original file line number Diff line number Diff line change 65
65
- uses : actions/checkout@v5
66
66
67
67
- name : Set up Python ${{ matrix.python-version }}
68
- uses : actions/setup-python@v5
68
+ uses : actions/setup-python@v6
69
69
with :
70
70
python-version : ${{ matrix.python-version }}
71
71
cache : ' pip'
@@ -105,7 +105,7 @@ jobs:
105
105
sudo apt-get install -y gettext
106
106
107
107
- name : Set up newest stable Python version
108
- uses : actions/setup-python@v5
108
+ uses : actions/setup-python@v6
109
109
with :
110
110
python-version : 3.13
111
111
cache : ' pip'
You can’t perform that action at this time.
0 commit comments