File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.10'
1919
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.10'
1717 - run : pip install mkdocs-material
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Set up Python ${{ matrix.python-version }}
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.10'
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : Set up Python 3.10
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.10'
1616 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
You can’t perform that action at this time.
0 commit comments