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 17
17
pre-commit :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : actions/setup-python@v4
22
22
with :
23
23
python-version : " 3.x"
28
28
outputs :
29
29
noxenvs : ${{ steps.noxenvs-matrix.outputs.noxenvs }}
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- name : Set up nox
33
33
34
34
- id : noxenvs-matrix
66
66
noxenv : " docs(style)"
67
67
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v4
70
70
- name : Install dependencies
71
71
run : sudo apt-get update && sudo apt-get install -y libenchant-2-dev
72
72
if : runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
@@ -103,7 +103,7 @@ jobs:
103
103
id-token : write
104
104
105
105
steps :
106
- - uses : actions/checkout@v3
106
+ - uses : actions/checkout@v4
107
107
with :
108
108
fetch-depth : 0
109
109
- name : Set up Python
You can’t perform that action at this time.
0 commit comments