File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4646 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
4747
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 - name : Set up Python ${{ matrix.python-version }}
5151 uses : actions/setup-python@v6
5252 id : sp
Original file line number Diff line number Diff line change 3939 PACKAGE_NAME : ${{ steps.set-package.outputs.package_name }}
4040 RELEASE_VERSION : ${{ steps.set-package.outputs.release_version }}
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - name : Set up Python
4444 uses : actions/setup-python@v6
4545 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : " Checkout code"
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 persist-credentials : false
2626
Original file line number Diff line number Diff line change 8282 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
8383
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 - uses : actions/setup-node@v6
8787 with :
8888 node-version : 22
@@ -150,7 +150,7 @@ jobs:
150150 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
151151
152152 steps :
153- - uses : actions/checkout@v5
153+ - uses : actions/checkout@v6
154154 - uses : actions/setup-node@v6
155155 with :
156156 node-version : 22
@@ -215,7 +215,7 @@ jobs:
215215 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
216216
217217 steps :
218- - uses : actions/checkout@v5
218+ - uses : actions/checkout@v6
219219 - uses : actions/setup-node@v6
220220 with :
221221 node-version : 22
@@ -260,7 +260,7 @@ jobs:
260260 runs-on : ubuntu-latest
261261
262262 steps :
263- - uses : actions/checkout@v5
263+ - uses : actions/checkout@v6
264264 - uses : actions/setup-python@v6
265265 id : sp
266266 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Fetch CODE_OF_CONDUCT.md from django-commons
2626 run : |
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 persist-credentials : false
2929
You can’t perform that action at this time.
0 commit comments