File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v2
2323
2424 - name : Set up Python 3.10
25- uses : actions/setup-python@v1
25+ uses : actions/setup-python@v5
2626 with :
27- python-version : 3.10.16
27+ python-version : ' 3.10'
2828
2929 - name : Update Submodules
3030 run : git submodule update --init --recursive
Original file line number Diff line number Diff line change 1717 - name : Checkout Code
1818 uses : actions/checkout@v2
1919 - name : Set up Python 3.8
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.8
2323 - name : pip install formatters
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v2
1313 - name : Set up Python
14- uses : actions/setup-python@v1
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.x'
1717 - name : Install publishing dependencies
You can’t perform that action at this time.
0 commit comments