File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
4545 - uses : actions/checkout@v5
4646
4747 - name : Set up Python
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 python-version : " 3.11"
5151
6969 - uses : actions/checkout@v5
7070
7171 - name : Set up Python
72- uses : actions/setup-python@v5
72+ uses : actions/setup-python@v6
7373 with :
7474 python-version : " 3.11"
7575
Original file line number Diff line number Diff line change 1212 with :
1313 persist-credentials : false
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.x"
1818 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments