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
4747 noxenv : ${{ fromJson(needs.list.outputs.noxenvs) }}
4848
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5151 - name : Install dependencies
5252 run : sudo apt-get update && sudo apt-get install -y libenchant-2-dev
5353 if : runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
8181 id-token : write
8282
8383 steps :
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585 - name : Set up Python
8686 uses : actions/setup-python@v4
8787 with :
You can’t perform that action at this time.
0 commit comments