File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/checkout@v5
99 - name : Set up Python
10- uses : actions/setup-python@v1
10+ uses : actions/setup-python@v6
1111 with :
1212 python-version : 3.9
1313 - name : Install Python dependencies
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v5
1111 - name : Set up Python
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : ' 3.13'
1515 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments