@@ -22,13 +22,13 @@ jobs:
2222 envlist : ${{ steps.generate-envlist.outputs.envlist }}
2323 steps :
2424 - name : Get code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 persist-credentials : false
2828 - name : Setup default Python
2929 # Change default Python version to something consistent
3030 # for installing/running tox
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.14"
3434 - name : Install tox-gh-matrix
@@ -55,19 +55,19 @@ jobs:
5555 timeout-minutes : 15
5656 steps :
5757 - name : Get code
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959 with :
6060 persist-credentials : false
6161 - name : Setup Python ${{ matrix.tox.python.version }}
6262 # Ensure matrix Python version is installed and available for tox
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ${{ matrix.tox.python.spec }}
6666 cache : " pip"
6767 - name : Setup default Python
6868 # Change default Python version back to something consistent
6969 # for installing/running tox
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : " 3.14"
7373 - name : Install tox
0 commit comments