File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 pre-commit :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : actions/setup-python@v4
2222 with :
2323 python-version : " 3.x"
2828 outputs :
2929 noxenvs : ${{ steps.noxenvs-matrix.outputs.noxenvs }}
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - name : Set up nox
3333 uses : wntrblm/nox@2023.04.22
3434 - id : noxenvs-matrix
5252 posargs : coverage github
5353
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 - name : Install dependencies
5757 run : sudo apt-get update && sudo apt-get install -y libenchant-2-dev
5858 if : runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
7575 id-token : write
7676
7777 steps :
78- - uses : actions/checkout@v3
78+ - uses : actions/checkout@v4
7979 - name : Set up Python
8080 uses : actions/setup-python@v4
8181 with :
You can’t perform that action at this time.
0 commit comments