File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - name : Check out repository
1515 uses : actions/checkout@v5
1616 - name : Install Python 3.x
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.x
2020 - name : Install build
4444 - name : Check out repository
4545 uses : actions/checkout@v5
4646 - name : Install Python 3.x
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : 3.x
5050 - name : Set up QEMU
Original file line number Diff line number Diff line change 1919 - name : Check out repository
2020 uses : actions/checkout@v5
2121 - name : Install Python 3.x
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.x"
2525 - name : Install tox
3737 - name : Check out repository
3838 uses : actions/checkout@v5
3939 - name : Install Python 3.x
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : " 3.x"
4343 - name : Install tox
7272 - name : Check out repository
7373 uses : actions/checkout@v5
7474 - name : Install Python ${{ matrix.python }}
75- uses : actions/setup-python@v5
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : ${{ matrix.python }}
7878 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments