File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 type : ["solc", "solc_upgrade", "os_specific"]
2626 steps :
2727 - uses : actions/checkout@v5
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 id : python
3030 with :
3131 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 3737 fetch-depth : 0
3838
3939 - name : Set up Python 3.8
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : 3.8
4343
7373 fetch-depth : 0
7474
7575 - name : Set up Python 3.8
76- uses : actions/setup-python@v5
76+ uses : actions/setup-python@v6
7777 with :
7878 python-version : 3.8
7979
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5
2222
2323 - name : Install Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.x"
2727
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.x'
1919
You can’t perform that action at this time.
0 commit comments