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 3333 python-version : ['3.11']
3434 steps :
3535 # Build documentation pages
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Set up Python ${{ matrix.python-version }}
3838 uses : actions/setup-python@v4
3939 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out repo
12- uses : actions/checkout@v2
13- - uses : actions/cache@v2
12+ uses : actions/checkout@v4
13+ - uses : actions/cache@v4
1414 name : Configure npm caching
1515 with :
1616 path : ~/.npm
2323 black :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 - uses : psf/black@stable
2828 with :
2929 options : ' --check --verbose'
You can’t perform that action at this time.
0 commit comments