@@ -35,10 +35,10 @@ jobs:
3535 python-version : 3.10
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - name : Set up Python ${{ matrix.python-version }}
4040
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 - name : Install dependencies
@@ -78,10 +78,10 @@ jobs:
7878 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
7979
8080 steps :
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v5
8282 - name : Set up Python ${{ matrix.python-version }}
8383
84- uses : actions/setup-python@v5
84+ uses : actions/setup-python@v6
8585 with :
8686 python-version : ${{ matrix.python-version }}
8787 - name : Install dependencies
@@ -126,10 +126,10 @@ jobs:
126126 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
127127
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v5
130130 - name : Set up Python ${{ matrix.python-version }}
131131
132- uses : actions/setup-python@v5
132+ uses : actions/setup-python@v6
133133 with :
134134 python-version : ${{ matrix.python-version }}
135135 - name : Install dependencies
@@ -161,10 +161,10 @@ jobs:
161161 ]
162162
163163 steps :
164- - uses : actions/checkout@v4
164+ - uses : actions/checkout@v5
165165 - name : Set up Python ${{ matrix.python-version }}
166166
167- uses : actions/setup-python@v5
167+ uses : actions/setup-python@v6
168168 with :
169169 python-version : ${{ matrix.python-version }}
170170 - name : Install dependencies
@@ -196,10 +196,10 @@ jobs:
196196 requirements-file : ['dj52_cms50.txt']
197197
198198 steps :
199- - uses : actions/checkout@v4
199+ - uses : actions/checkout@v5
200200 - name : Set up Python ${{ matrix.python-version }}
201201
202- uses : actions/setup-python@v5
202+ uses : actions/setup-python@v6
203203 with :
204204 python-version : ${{ matrix.python-version }}
205205 - name : Install dependencies
0 commit comments