File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 report_contents : ${{ steps.save-output.outputs.report_contents }}
1616 steps :
1717 - name : Setup python
18- uses : actions/setup-python@v6
18+ uses : actions/setup-python@v7
1919 with :
2020 python-version : ' 3.14'
2121 - name : Checkout code
Original file line number Diff line number Diff line change 2020 name : integ-tests
2121 steps :
2222 - uses : actions/checkout@v7
23- - uses : actions/setup-python@v6
23+ - uses : actions/setup-python@v7
2424 with :
2525 python-version : ' 3.14'
2626 - name : run integration tests
3131 name : integ-tests
3232 steps :
3333 - uses : actions/checkout@v7
34- - uses : actions/setup-python@v6
34+ - uses : actions/setup-python@v7
3535 with :
3636 python-version : ' 3.14'
3737 - name : run integration tests
4242 name : integ-tests
4343 steps :
4444 - uses : actions/checkout@v7
45- - uses : actions/setup-python@v6
45+ - uses : actions/setup-python@v7
4646 with :
4747 python-version : ' 3.14'
4848 - name : run integration tests
Original file line number Diff line number Diff line change 2323 with :
2424 ref : main
2525 - name : Set up python
26- uses : actions/setup-python@v6
26+ uses : actions/setup-python@v7
2727 with :
2828 python-version : ' 3.14'
2929 - name : Build
You can’t perform that action at this time.
0 commit comments