@@ -53,12 +53,12 @@ jobs:
5353 - { py: "3.9", django: "32" }
5454 steps :
555556- - uses : actions/setup-python@v5.1.1
56+ - uses : actions/setup-python@v6.0.0
5757 with :
5858 python-version : " 3.12"
5959 - run : python -m pip install tox
6060 - name : Setup python for test ${{ matrix.py }} - django${{ matrix.django }}
61- uses : actions/setup-python@v5.1.1
61+ uses : actions/setup-python@v6.0.0
6262 with :
6363 python-version : ${{ matrix.py }}
6464 - name : Setup test suite
@@ -79,12 +79,12 @@ jobs:
7979 name : Test django_main
8080 steps :
818182- - uses : actions/setup-python@v5.1.1
82+ - uses : actions/setup-python@v6.0.0
8383 with :
8484 python-version : " 3.12"
8585 - run : python -m pip install tox
8686 - name : Setup python for test 3.12 - django main branch
87- uses : actions/setup-python@v5.1.1
87+ uses : actions/setup-python@v6.0.0
8888 with :
8989 python-version : " 3.12"
9090 - name : Setup test suite
9696 runs-on : ubuntu-latest
9797 steps :
989899- - uses : actions/setup-python@v5.1.1
99+ - uses : actions/setup-python@v6.0.0
100100 with :
101101 python-version : ' 3.9'
102102 - run : pip install tox
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 steps :
109109110- - uses : actions/setup-python@v5.1.1
110+ - uses : actions/setup-python@v6.0.0
111111 with :
112112 python-version : ' 3.9'
113113 - run : pip install tox
0 commit comments