File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Set up Python ${{ matrix.python }}
23- uses : actions/setup-python@v3
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : ${{ matrix.python }}
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 fetch-depth : ‘2’
1515
1616 - name : Setup Python
17- uses : actions/setup-python@v3
17+ uses : actions/setup-python@v4
1818 with :
1919 python-version : " 3.10"
2020 - name : Generate Report
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v3
1010 - name : Setup Python
11- uses : actions/setup-python@v3
11+ uses : actions/setup-python@v4
1212 with :
1313 python-version : " 3.10"
1414 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v3
2323 - name : Set up Python ${{ matrix.python }}
24- uses : actions/setup-python@v3
24+ uses : actions/setup-python@v4
2525 with :
2626 python-version : ${{ matrix.python }}
2727 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments