File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v4
25+ with :
26+ persist-credentials : false
2527 - uses : actions/setup-python@v5
2628 with :
2729 python-version : 3.x
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33[meta ]
44template = " pure-python"
5- commit-id = " 55111d56 "
5+ commit-id = " 696fb808 "
66
77[python ]
88with-windows = false
Original file line number Diff line number Diff line change 11 - name: checkout
22 uses: actions/checkout@v4
3+ with:
4+ persist-credentials: false
35 - name: Set up Python ${{ matrix.python-version }}
46 uses: actions/setup-python@v5
57 with:
Original file line number Diff line number Diff line change 2020 runs-on: ubuntu-latest
2121 steps:
2222 - uses: actions/checkout@v4
23+ with:
24+ persist-credentials: false
2325 - uses: actions/setup-python@v5
2426 with:
2527 python-version: 3.x
You can’t perform that action at this time.
0 commit comments