File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 uses : actions/checkout@v2
1111
1212 - name : Set up Python
13- uses : actions/setup-python@v3
13+ uses : actions/setup-python@v6
1414
1515 - name : Set up pdoc
1616 run : pip install pdoc3
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : Set up Python 3.8
35- uses : actions/setup-python@v3
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : 3.8
3838
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v3
2323
2424 - name : Set up Python 3.8
25- uses : actions/setup-python@v3
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : 3.8
2828
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v3
1515
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v3
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 cache : ' pip'
You can’t perform that action at this time.
0 commit comments