File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 lint :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - name : Set up Python 3.9
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : 3.9
3131 - name : Install and run black for notebooks
4141 inputs : ["00_ or 01_ or 02_ or 03_ or 04_ or 05_", "06_ or 07_ or 08_ or 09_ or 10_"]
4242 runs-on : ${{ matrix.os }}
4343 steps :
44- - uses : actions/checkout@v3
45- - uses : actions/cache@v3
44+ - uses : actions/checkout@v4
45+ - uses : actions/cache@v4
4646 id : cache
4747 with :
4848 path : |
5151 restore-keys : |
5252 notebook-data-${{ hashFiles('data/manifest.json') }}
5353 - name : Set up Python 3.9
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v5
5555 with :
5656 python-version : 3.9
5757 - name : Install enchant on non windows systems
You can’t perform that action at this time.
0 commit comments