File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v5
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.12'
28
28
- name : Install and run black for notebooks
50
50
restore-keys : |
51
51
notebook-data-${{ hashFiles('Data/manifest.json') }}
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v5
53
+ uses : actions/setup-python@v6
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
# on windows, the pyenchant package includes enchant
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v5
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.12'
29
29
- name : Install and run black for notebooks
50
50
restore-keys : |
51
51
notebook-data-${{ hashFiles('Data/manifest.json') }}
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v5
53
+ uses : actions/setup-python@v6
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
# on windows, the pyenchant package includes enchant
You can’t perform that action at this time.
0 commit comments