|
25 | 25 | lint: |
26 | 26 | runs-on: ubuntu-latest |
27 | 27 | steps: |
28 | | - - uses: actions/checkout@v4.2.2 |
| 28 | + - uses: actions/checkout@v5.0.0 |
29 | 29 | with: |
30 | 30 | persist-credentials: false |
31 | 31 | - uses: actions/setup-python@v5.6.0 |
|
58 | 58 | tox-environment: py-packaging240 |
59 | 59 | runs-on: ${{ matrix.platform }} |
60 | 60 | steps: |
61 | | - - uses: actions/checkout@v4.2.2 |
| 61 | + - uses: actions/checkout@v5.0.0 |
62 | 62 | with: |
63 | 63 | persist-credentials: false |
64 | 64 | - uses: actions/setup-python@v5.6.0 |
|
78 | 78 | # Only run on Ubuntu because most of the tests are skipped on Windows |
79 | 79 | runs-on: ubuntu-latest |
80 | 80 | steps: |
81 | | - - uses: actions/checkout@v4.2.2 |
| 81 | + - uses: actions/checkout@v5.0.0 |
82 | 82 | with: |
83 | 83 | persist-credentials: false |
84 | 84 | - uses: actions/setup-python@v5.6.0 |
|
92 | 92 | docs: |
93 | 93 | runs-on: ubuntu-latest |
94 | 94 | steps: |
95 | | - - uses: actions/checkout@v4.2.2 |
| 95 | + - uses: actions/checkout@v5.0.0 |
96 | 96 | with: |
97 | 97 | persist-credentials: false |
98 | 98 | - uses: actions/setup-python@v5.6.0 |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') |
129 | 129 | runs-on: ubuntu-latest |
130 | 130 | steps: |
131 | | - - uses: actions/checkout@v4.2.2 |
| 131 | + - uses: actions/checkout@v5.0.0 |
132 | 132 | with: |
133 | 133 | persist-credentials: false |
134 | 134 | - uses: actions/setup-python@v5.6.0 |
|
0 commit comments