File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install Hatch
41
41
steps :
42
42
- uses : actions/checkout@v4
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
- name : Install Hatch
63
63
steps :
64
64
- uses : actions/checkout@v4
65
65
- name : Set up Python
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
- name : Install Hatch
88
88
steps :
89
89
- uses : actions/checkout@v4
90
90
- name : Set up Python
91
- uses : actions/setup-python@v4
91
+ uses : actions/setup-python@v5
92
92
with :
93
93
python-version : ${{ matrix.python-version }}
94
94
- name : Install Hatch
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
- name : Install Hatch
You can’t perform that action at this time.
0 commit comments