|
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@v3 |
| 23 | + - uses: actions/checkout@v4 |
24 | 24 | with: |
25 | 25 | fetch-depth: 0 |
26 | 26 | - uses: actions/setup-python@v5 |
|
51 | 51 | name: Build Documentation |
52 | 52 | runs-on: ubuntu-latest |
53 | 53 | steps: |
54 | | - - uses: actions/checkout@v3 |
| 54 | + - uses: actions/checkout@v4 |
55 | 55 | - uses: actions/setup-python@v5 |
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@v3 |
| 96 | + - uses: actions/checkout@v4 |
97 | 97 | - uses: actions/setup-python@v5 |
98 | 98 | with: |
99 | 99 | python-version: ${{ env.python_version}} |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | python -m pip install --upgrade pip |
149 | 149 | python -m pip install detect-secrets==1.0.3 |
150 | 150 | python -m pip list |
151 | | - - uses: actions/checkout@v3 |
| 151 | + - uses: actions/checkout@v4 |
152 | 152 | with: |
153 | 153 | fetch-depth: 0 |
154 | 154 | # FIXME gitleaks requires now a licence |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | name: Build and test |
194 | 194 | runs-on: ${{ matrix.os }} |
195 | 195 | steps: |
196 | | - - uses: actions/checkout@v3 |
| 196 | + - uses: actions/checkout@v4 |
197 | 197 | - name: Set up Python ${{ matrix.python-version }} |
198 | 198 | uses: actions/setup-python@v5 |
199 | 199 | with: |
|
0 commit comments