File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : ⬇️ Install Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.x'
1919 - name : Initialize submodules
Original file line number Diff line number Diff line change 2424 - name : ⬇️ Import Outscale API description
2525 run : make init
2626 - name : ⬇️ Install Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.x'
3030 - name : ⬇️ Install Python dependencies
Original file line number Diff line number Diff line change 1313 - name : Import Outscale API description
1414 run : make init
1515 - name : Install Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.x'
1919 - name : Install Python dependencies
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121 - name : Initialize submodules
You can’t perform that action at this time.
0 commit comments