File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 pre-commit :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6 .0.3
17+ - uses : actions/checkout@v7 .0.0
1818 with :
1919 fetch-depth : 0
2020
5656 DATABASE_URL : postgres://postgres:postgres@localhost:5432/postgres
5757
5858 steps :
59- - uses : actions/checkout@v6 .0.3
59+ - uses : actions/checkout@v7 .0.0
6060
6161 - uses : actions/setup-python@v6
6262 with :
8787 name : Test documentation links
8888 runs-on : ubuntu-24.04
8989 steps :
90- - uses : actions/checkout@v6 .0.3
90+ - uses : actions/checkout@v7 .0.0
9191
9292 - uses : actions/setup-python@v6
9393 with :
Original file line number Diff line number Diff line change 2020 concurrency :
2121 group : ${{ github.workflow }}-${{ github.ref }}
2222 steps :
23- - uses : actions/checkout@v6 .0.3
23+ - uses : actions/checkout@v7 .0.0
2424 - run : git fetch --no-tags --prune --depth=1 origin gh-pages
2525 - uses : actions/setup-python@v6
2626 with :
Original file line number Diff line number Diff line change 2626 if : github.repository == 'encode/django-rest-framework'
2727 runs-on : ubuntu-24.04
2828 steps :
29- - uses : actions/checkout@v6 .0.3
29+ - uses : actions/checkout@v7 .0.0
3030 - name : Set up Python
3131 uses : actions/setup-python@v6
3232 with :
You can’t perform that action at this time.
0 commit comments