File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v4
4343 with :
4444 ref : ${{ inputs.ref }}
45+ persist-credentials : false
4546 - name : Set up Python
4647 uses : actions/setup-python@v4
4748 with :
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 ref : ${{ inputs.ref }}
25+ persist-credentials : false
2526 - name : Set up Python
2627 uses : actions/setup-python@v4
2728 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16+ with :
17+ persist-credentials : false
1618 - uses : actions/setup-python@v5
1719 with :
1820 python-version : ' 3.10'
2931 runs-on : ubuntu-latest
3032 steps :
3133 - uses : actions/checkout@v4
34+ with :
35+ persist-credentials : false
3236 - uses : actions/setup-python@v5
3337 with :
3438 cache : ' pip'
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout django-mongodb
2525 uses : actions/checkout@v4
26+ with :
27+ persist-credentials : false
2628 - name : install the django-mongodb backend
2729 run : |
2830 pip3 install --upgrade pip
3335 repository : ' mongodb-forks/django'
3436 ref : ' mongodb-5.0.x'
3537 path : ' django_repo'
38+ persist-credentials : false
3639 - name : Install system packages for Django's Python test dependencies
3740 run : |
3841 sudo apt-get update
You can’t perform that action at this time.
0 commit comments