File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- run : git fetch --prune --unshallow
22
22
23
23
- name : Setup python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 26
26
run : brew install bash
27
27
28
28
- name : Setup python
29
- uses : actions/setup-python@v5
29
+ uses : actions/setup-python@v6
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
Original file line number Diff line number Diff line change 23
23
- run : git fetch --prune --unshallow
24
24
25
25
- name : Setup python
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
Original file line number Diff line number Diff line change 14
14
pages : write
15
15
steps :
16
16
- name : Setup python
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
- name : Checkout
19
19
uses : actions/checkout@master
20
20
with :
You can’t perform that action at this time.
0 commit comments