File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : actions/setup-python@v4
12+ - uses : actions/setup-python@v5
1313 with :
1414 python-version : 3.x
1515 - name : Install python action for doc extraction
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-python@v4
13+ - uses : actions/setup-python@v5
1414 with :
1515 python-version : ' 3.x'
1616 - run : python3 -m pip install pre-commit
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ runs:
113113 using : " composite"
114114 steps :
115115 - name : Install python
116- uses : actions/setup-python@v4
116+ uses : actions/setup-python@v5
117117 id : setup-python
118118 with :
119119 python-version : ' 3.11'
You can’t perform that action at this time.
0 commit comments