|
20 | 20 | runs-on: ubuntu-latest |
21 | 21 | steps: |
22 | 22 | # Checkout with full history for to allow compare with base branch |
23 | | - - uses: actions/checkout@v5 |
| 23 | + - uses: actions/checkout@v6 |
24 | 24 | with: |
25 | 25 | fetch-depth: 0 |
26 | 26 | - uses: actions/setup-python@v6 |
|
51 | 51 | # name: Build Documentation |
52 | 52 | # runs-on: ubuntu-latest |
53 | 53 | # steps: |
54 | | - # - uses: actions/checkout@v5 |
| 54 | + # - uses: actions/checkout@v6 |
55 | 55 | # - uses: actions/setup-python@v6 |
56 | 56 | # with: |
57 | 57 | # python-version: ${{ env.python_version}} |
|
93 | 93 | name: Report licences in use (SPDX) |
94 | 94 | runs-on: ubuntu-latest |
95 | 95 | steps: |
96 | | - - uses: actions/checkout@v5 |
| 96 | + - uses: actions/checkout@v6 |
97 | 97 | - uses: actions/setup-python@v6 |
98 | 98 | with: |
99 | 99 | python-version: ${{ env.python_version}} |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | python -m pip install --upgrade pip |
150 | 150 | python -m pip install setuptools detect-secrets[gibberish]==1.5.0 |
151 | 151 | python -m pip list |
152 | | - - uses: actions/checkout@v5 |
| 152 | + - uses: actions/checkout@v6 |
153 | 153 | with: |
154 | 154 | fetch-depth: 0 |
155 | 155 | # FIXME gitleaks requires now a licence |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | name: Build and test |
195 | 195 | runs-on: ${{ matrix.os }} |
196 | 196 | steps: |
197 | | - - uses: actions/checkout@v5 |
| 197 | + - uses: actions/checkout@v6 |
198 | 198 | - name: Set up Python ${{ matrix.python-version }} |
199 | 199 | uses: actions/setup-python@v6 |
200 | 200 | with: |
|
0 commit comments