File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 python-version : ["3.12"]
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
3939 python-version : ["3.12"]
4040 django-version : ["django52"]
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
7676 matrix :
7777 python-version : ["3.12"]
7878 steps :
79- - uses : actions/checkout@v5
79+ - uses : actions/checkout@v6
8080 - uses : actions/setup-python@v6
8181 with :
8282 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repo
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Setup Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments