|
41 | 41 |
|
42 | 42 | # Check out the current repository |
43 | 43 | - name: Fetch Sources |
44 | | - uses: actions/checkout@v5 |
| 44 | + uses: actions/checkout@v6 |
45 | 45 |
|
46 | 46 | # Set up the Java environment for the next steps |
47 | 47 | - name: Setup Java |
|
92 | 92 |
|
93 | 93 | # Check out the current repository |
94 | 94 | - name: Fetch Sources |
95 | | - uses: actions/checkout@v5 |
| 95 | + uses: actions/checkout@v6 |
96 | 96 |
|
97 | 97 | # Set up the Java environment for the next steps |
98 | 98 | - name: Setup Java |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 |
|
148 | 148 | # Check out the current repository |
149 | 149 | - name: Fetch Sources |
150 | | - uses: actions/checkout@v5 |
| 150 | + uses: actions/checkout@v6 |
151 | 151 | with: |
152 | 152 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
153 | 153 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 |
|
188 | 188 | # Check out the current repository |
189 | 189 | - name: Fetch Sources |
190 | | - uses: actions/checkout@v5 |
| 190 | + uses: actions/checkout@v6 |
191 | 191 |
|
192 | 192 | # Set up the Java environment for the next steps |
193 | 193 | - name: Setup Java |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 |
|
228 | 228 | # Check out the current repository |
229 | 229 | - name: Fetch Sources |
230 | | - uses: actions/checkout@v5 |
| 230 | + uses: actions/checkout@v6 |
231 | 231 |
|
232 | 232 | # Remove old release drafts by using the curl request for the available releases with a draft flag |
233 | 233 | - name: Remove Old Release Drafts |
|
0 commit comments