|
20 | 20 | name: 🔨 Build distribution |
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@v4 |
| 23 | + - uses: actions/checkout@v6 |
| 24 | + with: |
| 25 | + persist-credentials: false |
24 | 26 | - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} |
25 | 27 | uses: actions/setup-python@v5 |
26 | 28 | with: |
|
34 | 36 | name: 🧹 Pre-commit |
35 | 37 | runs-on: ubuntu-latest |
36 | 38 | steps: |
37 | | - - uses: actions/checkout@v4 |
| 39 | + - uses: actions/checkout@v6 |
| 40 | + with: |
| 41 | + persist-credentials: false |
38 | 42 | - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} |
39 | 43 | uses: actions/setup-python@v5 |
40 | 44 | with: |
|
54 | 58 | python: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
55 | 59 | runs-on: ubuntu-latest |
56 | 60 | steps: |
57 | | - - uses: actions/checkout@v4 |
| 61 | + - uses: actions/checkout@v6 |
| 62 | + with: |
| 63 | + persist-credentials: false |
58 | 64 | - name: 🏗 Set up Python ${{ matrix.python }} |
59 | 65 | uses: actions/setup-python@v4 |
60 | 66 | with: |
@@ -100,7 +106,9 @@ jobs: |
100 | 106 | python: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
101 | 107 | runs-on: ubuntu-latest |
102 | 108 | steps: |
103 | | - - uses: actions/checkout@v4 |
| 109 | + - uses: actions/checkout@v6 |
| 110 | + with: |
| 111 | + persist-credentials: false |
104 | 112 | - name: 🏗 Set up Python ${{ matrix.python }} |
105 | 113 | uses: actions/setup-python@v5 |
106 | 114 | with: |
|
0 commit comments