File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : " 3.x"
3737
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v5
1313
1414 - name : Setup Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.8"
1818
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Set up Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.x"
1616 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments