File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66
77 steps :
88 - uses : actions/checkout@v5
9+ with :
10+ persist-credentials : false
911 - name : Set up Python
1012 uses : actions/setup-python@v6
1113 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v5
11+ with :
12+ persist-credentials : false
1113 - name : Set up Python
1214 uses : actions/setup-python@v6
1315 with :
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - uses : actions/checkout@v5
17+ with :
18+ persist-credentials : false
1719 - name : Set up Python ${{ matrix.python-version }}
1820 uses : actions/setup-python@v6
1921 with :
Original file line number Diff line number Diff line change 1515 working-directory : ./typescript
1616 steps :
1717 - uses : actions/checkout@v5
18+ with :
19+ persist-credentials : false
1820 - uses : actions/setup-node@v5
1921 with :
2022 node-version : ' 20'
You can’t perform that action at this time.
0 commit comments