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 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python 3.12
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.12'
2828 - name : Install and run black for notebooks
5050 restore-keys : |
5151 notebook-data-${{ hashFiles('Data/manifest.json') }}
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 # on windows, the pyenchant package includes enchant
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v5
2525 - name : Set up Python 3.12
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.12'
2929 - name : Install and run black for notebooks
5050 restore-keys : |
5151 notebook-data-${{ hashFiles('Data/manifest.json') }}
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 # on windows, the pyenchant package includes enchant
You can’t perform that action at this time.
0 commit comments