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 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Set up Python 3.9
1919 uses : actions/setup-python@v4
2020 with :
4343 runs-on : ${{ matrix.os }}
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - name : Set up Python ${{ matrix.python-version }}
4848 uses : actions/setup-python@v4
4949 with :
7474 format : [html, latex, man]
7575
7676 steps :
77- - uses : actions/checkout@v3
77+ - uses : actions/checkout@v4
7878 - name : Set up Python 3.9
7979 uses : actions/setup-python@v4
8080 with :
@@ -113,7 +113,7 @@ jobs:
113113 runs-on : ubuntu-latest
114114 steps :
115115 - name : Checkout source
116- uses : actions/checkout@v3
116+ uses : actions/checkout@v4
117117 - name : Set up Python
118118 uses : actions/setup-python@v4
119119 with :
You can’t perform that action at this time.
0 commit comments