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@v4
49+ - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.python-version }}
5151 uses : actions/setup-python@v5
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@v4
42+ - uses : actions/checkout@v5
4343 - name : Set up Python
4444 uses : actions/setup-python@v5
4545 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : " Checkout code"
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 persist-credentials : false
2626
Original file line number Diff line number Diff line change 6060 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
6161
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464 - uses : actions/setup-node@v4
6565 with :
6666 node-version : 22
@@ -122,7 +122,7 @@ jobs:
122122 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
123123
124124 steps :
125- - uses : actions/checkout@v4
125+ - uses : actions/checkout@v5
126126 - uses : actions/setup-node@v4
127127 with :
128128 node-version : 22
@@ -187,7 +187,7 @@ jobs:
187187 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
188188
189189 steps :
190- - uses : actions/checkout@v4
190+ - uses : actions/checkout@v5
191191 - uses : actions/setup-node@v4
192192 with :
193193 node-version : 22
@@ -232,7 +232,7 @@ jobs:
232232 runs-on : ubuntu-latest
233233
234234 steps :
235- - uses : actions/checkout@v4
235+ - uses : actions/checkout@v5
236236 - uses : actions/setup-python@v5
237237 id : sp
238238 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
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@v4
26+ uses : actions/checkout@v5
2727 with :
2828 persist-credentials : false
2929
You can’t perform that action at this time.
0 commit comments